UNPKG

petals-ui

Version:
5 lines (4 loc) 154 B
import { ITextualFormControl } from '../../form-control'; interface IPhoneInputComponent extends ITextualFormControl { } export { IPhoneInputComponent };