bits-ui
Version:
The headless components for Svelte.
7 lines (6 loc) • 558 B
TypeScript
export { default as Root } from "./components/toolbar.svelte";
export { default as Button } from "./components/toolbar-button.svelte";
export { default as Link } from "./components/toolbar-link.svelte";
export { default as Group } from "./components/toolbar-group.svelte";
export { default as GroupItem } from "./components/toolbar-group-item.svelte";
export type { ToolbarRootProps as RootProps, ToolbarButtonProps as ButtonProps, ToolbarLinkProps as LinkProps, ToolbarGroupProps as GroupProps, ToolbarGroupItemProps as GroupItemProps, } from "./types.js";