UNPKG

ponchojs

Version:

Poncho

6 lines (5 loc) 231 B
/// <reference types="react" /> export declare const useFullLoadingCtx: () => boolean; declare type Props = React.PropsWithChildren<unknown>; export declare const FullLoadingProvider: (props: Props) => JSX.Element; export {};