@vtex/admin-ui
Version:
> VTEX admin component library
12 lines (11 loc) • 565 B
TypeScript
import type { ComponentPropsWithRef } from 'react';
/**
* It renders an hr element and grants accessibility as described on the [WAI-ARIA Separator Role](https://www.w3.org/TR/wai-aria-1.1/#separator).
*/
export declare const Divider: import("@vtex/admin-ui-react").AdminUIJsxComponent<import("reakit-system/ts/createComponent").Component<"hr", import("reakit/ts/Separator").SeparatorOptions>, {}, {
orientation: {
horizontal: any;
vertical: any;
};
}>;
export declare type DividerProps = ComponentPropsWithRef<typeof Divider>;