UNPKG

fomantic-ui-react

Version:

Fomantic-UI React -- A React Component Library.

11 lines (10 loc) 139 B
export interface FlagProps { /** * class 属性 */ className?: string; /** * 名称 */ name: string; }