UNPKG

@trail-ui/react

Version:
9 lines (6 loc) 276 B
import * as react_jsx_runtime from 'react/jsx-runtime'; import { SeparatorProps } from 'react-aria-components'; interface DividerProps extends SeparatorProps { } declare function Divider(props: DividerProps): react_jsx_runtime.JSX.Element; export { Divider, DividerProps };