UNPKG

@helpwave/hightide

Version:

helpwave's component and theming library

16 lines (13 loc) 457 B
import * as react_jsx_runtime from 'react/jsx-runtime'; type VerticalDividerProps = { width?: number; height?: number; strokeWidth?: number; dashGap?: number; dashLength?: number; }; /** * A Component for creating a vertical Divider */ declare const VerticalDivider: ({ width, height, strokeWidth, dashGap, dashLength, }: VerticalDividerProps) => react_jsx_runtime.JSX.Element; export { VerticalDivider, type VerticalDividerProps };