UNPKG

svelisy

Version:

svelisy - DaisyUI components built with Svelte 🌼

7 lines (6 loc) • 183 B
import Rating from './Rating.svelte'; import RatingItem from './RatingItem.svelte'; declare const _default: typeof Rating & { Item: typeof RatingItem; }; export default _default;