Home
last modified time | relevance | path

Searched defs:contextLocalStateOf (Results 1 – 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_projects/arkoala/arkui-common/src/
DArkState.ts26 export function contextLocalStateOf<Value>(name: string, supplier: () => Value): MutableState<Value… function
/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_projects/arkoala/ets-plugin/src/
Dutils.ts396 export function contextLocalStateOf(name: string, initializer: ts.Expression, type?: ts.TypeNode): … function