UNPKG

react-hyper-modal

Version:

Fully customizable and accessible modal react component

9 lines (8 loc) 343 B
export declare type ClassNamesObjectProps = { [key: string]: boolean; }; export declare type ClassNamesProps = string | undefined; export declare const convertObjectToString: (classes: { [key: string]: boolean; }) => string; export declare const classnames: (...classes: (ClassNamesObjectProps | ClassNamesProps)[]) => string;