UNPKG

petals-ui

Version:
9 lines (6 loc) 223 B
import { ITextualFormControl } from '../../form-control'; interface IUrlInputComponent extends ITextualFormControl { readonly scheme: string | string[]; readonly noAuthority: boolean; } export { IUrlInputComponent };