1
0
Fork 0
react-playground/node_modules/@mui/x-internals/export/loadStyleSheets.d.ts
Techognito fc0f69dacb Added Statistics calculation
Statistics now show calculated values
2025-09-04 17:30:00 +02:00

7 lines
No EOL
379 B
TypeScript

/**
* Loads all stylesheets from the given root element into the document.
* @returns an array of promises that resolve when each stylesheet is loaded
* @param document Document to load stylesheets into
* @param root Document or ShadowRoot to load stylesheets from
*/
export declare function loadStyleSheets(document: Document, root: Document | ShadowRoot): Promise<void>[];