kwikui
Version:
KwikID's UI Component Library in Angular
6 lines (5 loc) • 315 B
TypeScript
export declare const formatData: (data: any) => any;
export declare const assignTypeToValue: (value: any) => string;
export declare const fixImageFormat: (image: string) => string;
export declare const isValidBase64Image: (url: string) => boolean;
export declare const isValidDocumentUrl: (url: string) => boolean;