Searched defs:contextLocalStateOf (Results 1 – 2 of 2) sorted by relevance
26 export function contextLocalStateOf<Value>(name: string, supplier: () => Value): MutableState<Value… function
396 export function contextLocalStateOf(name: string, initializer: ts.Expression, type?: ts.TypeNode): … function