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

4 lines
246 B
TypeScript

export { default as Root } from "./components/rating-group.svelte";
export { default as Item } from "./components/rating-group-item.svelte";
export type { RatingGroupRootProps as RootProps, RatingGroupItemProps as ItemProps, } from "./types.js";