@skhemata/skhemata-form
Version:
Skhemata Form Web Component. This web component can be used as base web component when working with forms and inputs.
70 lines (69 loc) • 1.69 kB
TypeScript
import '../skhemata-form';
declare const _default: {
title: string;
component: string;
argTypes: {
title: {
control: string;
description: string;
table: {
type: string;
category: string;
};
};
isFullwidth: {
control: string;
name: string;
description: string;
table: {
type: string;
category: string;
};
};
isLoading: {
control: string;
name: string;
description: string;
table: {
type: string;
category: string;
};
};
skhemataFormButtonBackgroundColor: {
control: string;
name: string;
description: string;
defaultValue: string;
table: {
type: string;
category: string;
};
};
skhemataFormButtonTextColor: {
control: string;
name: string;
description: string;
defaultValue: string;
table: {
type: string;
category: string;
};
};
submit: {
description: string;
table: {
category: string;
type: string;
};
};
click: {
description: string;
table: {
category: string;
type: string;
};
};
};
};
export default _default;
export declare const Example: any;