UNPKG

ponchojs

Version:

Poncho

8 lines (7 loc) 189 B
/// <reference types="react" /> interface Props { show?: boolean; message?: string; } export declare const FullLoading: ({ show, message }: Props) => JSX.Element; export {};