kwikui
Version:
KwikID's UI Component Library in Angular
24 lines (23 loc) • 562 B
TypeScript
import { EKwikUIImageLoadingType, EKwikUIImageType } from "./image.definitions";
export declare const DEFAULT_VALUES: {
altText: string;
class: string;
html: {
before: string;
after: string;
};
id: string;
imageSrc: string;
imageType: EKwikUIImageType;
loadingType: EKwikUIImageLoadingType;
styles: string;
};
export declare const VALIDATE_KEY_VALUES: {
altText: boolean;
class: boolean;
id: boolean;
imageSrc: boolean;
imageType: boolean;
loadingType: boolean;
styles: boolean;
};