UNPKG

@brizy/media-gallery

Version:
8 lines (7 loc) 298 B
import { CSSProperties } from "react"; export declare const isFile: (item: DataTransferItem) => File | undefined; type HeightCssVar = CSSProperties & { "--brz-media-gallery-height": string; }; export declare const getHeight: (height: string | undefined) => HeightCssVar | undefined; export {};