UNPKG

polaris-glints

Version:

Glints forked polaris react

10 lines (9 loc) 297 B
import { ReactNode } from 'react'; interface Props { children?: ReactNode; fallback?: ReactNode; onMount?: () => void; } export declare function AfterInitialMount({ children, onMount, fallback }: Props): JSX.Element; export {}; //# sourceMappingURL=AfterInitialMount.d.ts.map