bits-ui
Version:
The headless components for Svelte.
5 lines (4 loc) • 326 B
TypeScript
import type { CreateSeparatorProps as MeltSeparatorProps } from "@melt-ui/svelte";
import type { DOMElement, Expand, HTMLDivAttributes } from "../../internal/index.js";
export type SeparatorPropsWithoutHTML = Expand<MeltSeparatorProps & DOMElement>;
export type SeparatorProps = SeparatorPropsWithoutHTML & HTMLDivAttributes;