UNPKG

fomantic-ui-react

Version:

Fomantic-UI React -- A React Component Library.

10 lines (9 loc) 209 B
import { CollectionProps } from '../common'; export interface MenuProps extends CollectionProps { /** * 文本 */ text?: boolean; } export interface MenuItemProps extends CollectionProps { }