UNPKG

zustand-persist

Version:
8 lines (7 loc) 234 B
import React from 'react'; export interface PersistGateProps { children?: React.ReactNode; loading?: React.ReactNode; onBeforeLift?: () => void; } export declare function PersistGate(props: PersistGateProps): JSX.Element;