UNPKG

petals-ui

Version:
7 lines (6 loc) 296 B
import { FormControlPrefixAndSuffix, ITextualFormControl } from '../../form-control'; interface ITextInputComponent extends ITextualFormControl { readonly prefix: string | FormControlPrefixAndSuffix; readonly suffix: string | FormControlPrefixAndSuffix; } export { ITextInputComponent };