UNPKG

@skhemata/skhemata-form

Version:

Skhemata Form Web Component. This web component can be used as base web component when working with forms and inputs.

16 lines (15 loc) 310 B
import '../skhemata-form'; declare const _default: { title: string; component: string; argTypes: { textBoxLabel: { control: string; }; textAreaLabel: { control: string; }; }; }; export default _default; export declare const Example: any;