You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
758 B
14 lines
758 B
export function logoutOut(navigate: any): void; |
|
export function phoneEncryption(phone: any): any[]; |
|
export function idEncryption(id: any): any; |
|
export function jsonString(str: any): any; |
|
export function themeMessage(result: any, callback: any, content: any): void; |
|
export function replaceString(str: any): any; |
|
export function dateFormatter(str: any): string; |
|
export function truncateText(text: any): "-" | JSX.Element; |
|
export function isImageUrl(url: any): true | undefined; |
|
export function getPreviewIcon(url: any): any; |
|
export function formatImageUrl(str: any): any[]; |
|
export function transformDate(value: any, dataLabel: any): import("lodash").Dictionary<string | null>; |
|
export function toFixed(num: any): string; |
|
export function extname(url: any): any;
|
|
|