openaire-library/utils/my-date-picker/interfaces/my-input-auto-fill.interfac...

6 lines
115 B
TypeScript

export interface IMyInputAutoFill {
separator: string;
formatParts: Array<string>;
enabled: boolean;
}