flexacore-ui-dev
Version:
Universal UI Framework for CDN, React, Angular, Vue, Svelte with TypeScript support
13 lines (12 loc) • 328 B
TypeScript
import { EventEmitter } from '@angular/core';
export declare class FCFormGroupComponent {
label: string;
error: string;
help: string;
}
export declare class FCFormComponent {
layout: 'vertical' | 'horizontal' | 'inline';
novalidate: boolean;
onSubmit: EventEmitter<Event>;
get classes(): string[];
}