@theaimegroup/aime-component-library
Version:
AIME Component Library
6 lines (5 loc) • 328 B
TypeScript
export declare function underScoreToCapitalize(str: string): string;
export declare function convertColTypeToInputType(colType: string): string;
export declare const formatTimeStamp: (date: string) => string;
export declare function getType(type: string): string;
export declare function isFileType(type: string): boolean;