UNPKG

svelisy

Version:

svelisy - DaisyUI components built with Svelte 🌼

9 lines (8 loc) • 352 B
import Form__SvelteComponent_, { type TFormProps } from './Form.svelte'; import Label__SvelteComponent_, { type TLabelProps } from './Label.svelte'; export type FormProps = TFormProps; export type LabelProps = TLabelProps; declare const _default: typeof Form__SvelteComponent_ & { Label: typeof Label__SvelteComponent_; }; export default _default;