UNPKG

@lifeart/gxt

Version:

<img align="right" width="95" height="95" alt="Philosopher’s stone, logo of PostCSS" src="./public/logo.png">

9 lines (8 loc) • 367 B
/** * Utility functions for Tres renderer * Simplified version with only the functions needed by tres-api.ts */ export declare function kebabToCamel(str: string): string; export declare const isHTMLTag: (key: string) => boolean; export declare function deepEqual(a: any, b: any): boolean; export declare function deepArrayEqual(arr1: any[], arr2: any[]): boolean;