UNPKG

bits-ui

Version:

The headless components for Svelte.

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