UNPKG

fomantic-ui-react

Version:

Fomantic-UI React -- A React Component Library.

12 lines (11 loc) 217 B
import { ModuleProps } from '../common'; export interface ModalProps extends ModuleProps { /** * 激活 */ active?: boolean; /** * 关闭弹出层时触发 */ onClose?: Function; }