UNPKG

fomantic-ui-react

Version:

Fomantic-UI React -- A React Component Library.

11 lines (10 loc) 147 B
export interface DividerProps { /** * 标签名称 */ as?: string; /** * class 属性 */ className?: string; }