UNPKG

ilojo-bar-components

Version:

Ilojo Bar Component Library

15 lines (14 loc) 443 B
import { SvelteComponentTyped } from "svelte"; declare const __propDef: { props: {}; events: { [evt: string]: CustomEvent<any>; }; slots: {}; }; export declare type FormProps = typeof __propDef.props; export declare type FormEvents = typeof __propDef.events; export declare type FormSlots = typeof __propDef.slots; export default class Form extends SvelteComponentTyped<FormProps, FormEvents, FormSlots> { } export {};