@makeen.io/material-ui-kit
Version:
Makeen UI components kit. Based on material-ui.
7 lines (6 loc) • 334 B
TypeScript
declare const removeHTMLTags: (str: any) => any;
declare const isEmail: (title: any) => boolean;
declare const getImageUrl: (initImage: any) => string | null;
declare const traverse: (x: any, executor: any) => void;
declare const toTitleCase: (str: any) => any;
export { removeHTMLTags, isEmail, getImageUrl, traverse, toTitleCase };