UNPKG

petals-ui

Version:
9 lines (6 loc) 206 B
import { ITextualFormControl } from '../../form-control'; interface IInputComponent extends ITextualFormControl { readonly type: string; readonly showWordLimit: boolean; } export { IInputComponent };