import { SeparatorOrientation } from '@mezzanine-ui/core/separator'; import { NativeElementPropsWithoutKeyAndRef } from '../utils/jsx-types'; export interface SeparatorProps extends NativeElementPropsWithoutKeyAndRef<'hr'> { /** * The orientation of the separator. * @default 'horizontal' */ orientation?: SeparatorOrientation; } /** * 水平或垂直分隔線元件。 * * 以 `