UNPKG

@project44-manifest/react

Version:

Manifest Design System react components

14 lines 611 B
import { As, Options, Props } from '../../system'; import type { StyleProps } from '../../types'; export declare type SeparatorElement = 'div'; export interface SeparatorOptions<T extends As = SeparatorElement> extends Options<T>, StyleProps { /** * The orientation of the separator. * * @default 'horizontal */ orientation?: 'horizontal' | 'vertical'; } export declare type SeparatorProps<T extends As = SeparatorElement> = Props<SeparatorOptions<T>>; export declare const Separator: import("../../system").Component<SeparatorOptions<"div">>; //# sourceMappingURL=Separator.d.ts.map