Files
Stackq/node_modules/bits-ui/dist/bits/radio-group/exports.d.ts
T
eewing cf73cd3b4c INIT
2026-02-17 14:10:16 -06:00

4 lines
242 B
TypeScript

export { default as Root } from "./components/radio-group.svelte";
export { default as Item } from "./components/radio-group-item.svelte";
export type { RadioGroupRootProps as RootProps, RadioGroupItemProps as ItemProps, } from "./types.js";