UNPKG

@chakra-ui/react

Version:

Responsive and accessible React UI components built with React and Emotion

4 lines (3 loc) 110 B
type InitFn<T> = () => T; export declare function useConst<T extends any>(init: T | InitFn<T>): T; export {};