@skhemata/skhemata-form
Version:
Skhemata Form Web Component. This web component can be used as base web component when working with forms and inputs.
22 lines (21 loc) • 419 B
TypeScript
import '../skhemata-form';
declare const _default: {
title: string;
component: string;
argTypes: {
name: {
control: string;
};
label: {
control: string;
};
description: {
control: string;
};
horitontal: {
control: string;
};
};
};
export default _default;
export declare const Example: any;