UNPKG

@alice-ui/react

Version:
9 lines (6 loc) 281 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, type DividerProps };