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.

122 lines (121 loc) 2.92 kB
import '../skhemata-form'; declare const _default: { title: string; component: string; argTypes: { api: { control: string; description: string; table: { category: string; type: { summary: string; detail: string; }; }; }; mapvalue: { control: string; description: string; table: { type: string; category: string; }; }; maplabel: { control: string; description: string; table: { type: string; category: string; }; }; value: { control: string; description: string; table: { type: string; category: string; }; }; label: { control: string; description: string; table: { type: string; category: string; }; }; horizontal: { control: string; description: string; defaultValue: boolean; table: { type: string; category: string; }; }; description: { control: string; description: string; table: { type: string; category: string; }; }; required: { control: string; description: string; defaultValue: boolean; table: { type: string; category: string; }; }; name: { control: string; description: string; table: { type: string; category: string; }; }; placeholder: { control: string; description: string; table: { type: string; category: string; }; }; errorMessage: { control: string; name: string; description: string; table: { type: string; category: string; }; }; valid: { control: string; description: string; table: { type: string; category: string; }; }; change: { description: string; table: { type: { summary: string; detail: string; }; category: string; }; }; }; }; export default _default; export declare const Example: any;