@ui-tool/core
Version:
14 lines • 767 B
TypeScript
import { FormControl } from '@angular/forms';
export declare type BANNER_COLOR_PALLET = 'info' | 'danger' | 'success' | 'warn';
export declare type BANNER_TITLE_KIND = 'default' | 'html' | 'template' | 'unknown';
export declare type BANNER_MESSAGE_KIND = 'default' | 'html' | 'template' | 'unknown';
export declare type BANNER_BUTTON_KIND = 'default' | 'html' | 'template' | 'unknown';
export declare type BANNER_QUERY_MODE = 'dequeue' | 'pop';
export declare type BANNER_PRESERVE_MODE = 'navigate-start-clear' | 'navigate-end-clear' | 'default';
export declare type TYPE_VALIDATION_SUMMARIZER_MESSAGE = {
[id: string]: string;
};
export declare type TYPE_KEY_TO_FORM_CONTROL = {
[key: string]: FormControl;
};
//# sourceMappingURL=data-type.constant.d.ts.map