UNPKG

@nlabs/gothamjs

Version:
7 lines (6 loc) 296 B
export interface LoaderContent { content?: string; isLoading: boolean; } export declare const toggleLoader: (setLoading: any, setLoaderContent: any) => ({ content, isLoading }: LoaderContent) => void; export declare const LoaderView: () => import("react/jsx-runtime").JSX.Element | null;