UNPKG

baseui

Version:

A React Component library implementing the Base design language

5 lines (4 loc) 104 B
import type { SIZE } from './constants'; export type DividerProps = { $size?: keyof typeof SIZE; };