@brizy/media-gallery
Version:
8 lines (7 loc) • 298 B
TypeScript
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 {};