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.

12 lines (11 loc) 348 B
import { SkhemataFormInput } from './SkhemataFormInput'; export declare class SkhemataFormTime extends SkhemataFormInput { min: string; max: string; submitOnEnter: boolean; type: string; constructor(); handleInput(event: any): void; handleKeydown(event: any): void; render(): import("lit-html").TemplateResult<1>; }