UNPKG

fomantic-ui-react

Version:

Fomantic-UI React -- A React Component Library.

24 lines (23 loc) 381 B
import { ElementProps } from '../common'; export interface RailProps extends ElementProps { /** * 位置 */ position: 'left' | 'right'; /** * 内部 */ internal?: boolean; /** * 分割线 */ dividing?: boolean; /** * 贴上 */ attached?: boolean; /** * 靠近 */ close?: boolean | 'very'; }