UNPKG

sveltejs-forms

Version:
5 lines (4 loc) 206 B
export { default as Form } from './Form.svelte'; export { default as Input } from './Input.svelte'; export { default as Select } from './Select.svelte'; export { default as Choice } from './Choice.svelte';