UNPKG

fluidstate-preact

Version:

Library for using fine-grained reactivity state management library fluidstate in Preact

2 lines (1 loc) 91 B
export declare const useOnceRef: <T>(fn: () => T) => import("preact/hooks").MutableRef<T>;