UNPKG

radix-vue

Version:

Vue port for Radix UI Primitives.

7 lines (6 loc) 570 B
export { default as ToolbarRoot, type ToolbarRootProps, } from "./ToolbarRoot"; export { default as ToolbarButton, type ToolbarButtonProps, } from "./ToolbarButton"; export { default as ToolbarLink, type ToolbarLinkProps, } from "./ToolbarLink"; export { default as ToolbarToggleGroup, type ToolbarToggleGroupProps, type ToolbarToggleGroupEmits, } from "./ToolbarToggleGroup"; export { default as ToolbarToggleItem, type ToolbarToggleItemProps, } from "./ToolbarToggleItem"; export { default as ToolbarSeparator, type ToolbarSeparatorProps, } from "./ToolbarSeparator";