UNPKG

@slashid/react

Version:

React SDK for the /id platform

12 lines 495 B
import { CSSProperties } from "react"; interface Props { width?: CSSProperties["width"]; height?: CSSProperties["height"]; minHeight?: CSSProperties["minHeight"]; maxHeight?: CSSProperties["maxHeight"]; minWidth?: CSSProperties["minWidth"]; maxWidth?: CSSProperties["maxWidth"]; } export declare function Skeleton({ width, height, minHeight, maxHeight, minWidth, maxWidth, }: Props): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=index.d.ts.map