UNPKG

fomantic-ui-react

Version:

Fomantic-UI React -- A React Component Library.

8 lines (7 loc) 156 B
import { ElementProps } from '../common'; export interface SpanProps extends ElementProps { /** * 浮动 */ floated?: 'left' | 'right'; }