UNPKG

370 BTypeScriptView Raw
1import * as React from 'react';
2export interface BackdropProps extends React.HTMLProps<HTMLDivElement> {
3 /** content rendered inside the backdrop */
4 children?: React.ReactNode;
5 /** additional classes added to the button */
6 className?: string;
7}
8export declare const Backdrop: React.FunctionComponent<BackdropProps>;
9//# sourceMappingURL=Backdrop.d.ts.map
\No newline at end of file