@wordpress/components
Version:
UI components for WordPress.
3 lines • 360 B
TypeScript
import type { SeparatorProps } from './types';
export declare const Separator: import("react").ForwardRefExoticComponent<SeparatorProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHRElement>, HTMLHRElement>, "ref">, "children" | "as"> & import("react").RefAttributes<HTMLHRElement>>;
//# sourceMappingURL=separator.d.ts.map