UNPKG

react-material-overlay

Version:

A fully featured Material UI implementation of overlays like modals, alert dialogs, lightboxes, and bottom sheets featuring easy stack management and browser history integration

8 lines 448 B
import { Id } from '../types'; export declare const isNum: (v: any) => v is number; export declare const isStr: (v: any) => v is string; export declare const isFn: (v: any) => v is Function; export declare const isId: (v: unknown) => v is Id; export declare function isReactRef(value: unknown): value is object & Record<"current", unknown>; export declare const canBeRendered: <T>(content: T) => boolean; //# sourceMappingURL=propValidator.d.ts.map