UNPKG

elmer-ui-core

Version:

web app framework

15 lines (14 loc) 457 B
import { ValidateErrorOptions } from "elmer-validation"; import { Component } from "../../index"; export declare class Validated extends Component { static propTypes: any; isFirstInit: boolean; state: any; props: any; $init(): void; $dispose(): void; $after(): void; $onPropsChanged(newProps: any): void; onValidationError(errorCode: string, message: string, options: ValidateErrorOptions): void; render(): string; }