UNPKG

432 BTypeScriptView Raw
1import * as React from 'react';
2export interface ModalBoxDescriptionProps {
3 /** Content rendered inside the description */
4 children?: React.ReactNode;
5 /** Additional classes added to the description */
6 className?: string;
7 /** ID of the description */
8 id?: string;
9}
10export declare const ModalBoxDescription: React.FunctionComponent<ModalBoxDescriptionProps>;
11//# sourceMappingURL=ModalBoxDescription.d.ts.map
\No newline at end of file