UNPKG

fomantic-ui-react

Version:

Fomantic-UI React -- A React Component Library.

20 lines (19 loc) 333 B
import { ModuleProps } from '../common'; export interface NagProps extends ModuleProps { /** * 激活 */ active?: boolean; /** * 标题 */ title?: string; /** * 固定 */ fixed?: 'top' | 'bottom' | boolean; /** * 动画完成时执行 */ complete?: Function; }