UNPKG

bits-ui

Version:

The headless components for Svelte.

5 lines (4 loc) 212 B
import type { SeparatorRootProps } from "../types.js"; declare const Separator: import("svelte").Component<SeparatorRootProps, {}, "ref">; type Separator = ReturnType<typeof Separator>; export default Separator;