Added Statistics calculation
Statistics now show calculated values
This commit is contained in:
parent
fe87374e47
commit
fc0f69dacb
2147 changed files with 141321 additions and 39 deletions
13
node_modules/@mui/x-internals/warning/warning.d.ts
generated
vendored
Normal file
13
node_modules/@mui/x-internals/warning/warning.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
/**
|
||||
* Logs a message to the console on development mode. The warning will only be logged once.
|
||||
*
|
||||
* The message is the log's cache key. Two identical messages will only be logged once.
|
||||
*
|
||||
* This function is a no-op in production.
|
||||
*
|
||||
* @param message the message to log
|
||||
* @param gravity the gravity of the warning. Defaults to `'warning'`.
|
||||
* @returns
|
||||
*/
|
||||
export declare function warnOnce(message: string | string[], gravity?: 'warning' | 'error'): void;
|
||||
export declare function clearWarningsCache(): void;
|
||||
Loading…
Add table
Add a link
Reference in a new issue