Separator: DefineComponent<
ExtractPropTypes<
{
decorative: { default: boolean; type: BooleanConstructor };
orientation: {
default: string;
type: PropType<"horizontal" | "vertical">;
};
},
>,
() => VNode<RendererNode, RendererElement, { [key: string]: any }>,
{},
{},
{},
ComponentOptionsMixin,
ComponentOptionsMixin,
{},
string,
PublicProps,
ToResolvedProps<
ExtractPropTypes<
{
decorative: { default: boolean; type: BooleanConstructor };
orientation: {
default: string;
type: PropType<"horizontal" | "vertical">;
};
},
>,
{},
>,
{ decorative: boolean; orientation: "horizontal"
| "vertical" },
{},
{},
{},
string,
ComponentProvideOptions,
true,
{},
any,
> = ...
Separator primitive:
<hr class="hl-separator">.