Files
2026-02-13 22:02:30 +01:00

11 lines
285 B
TypeScript

/**
* Creates the stylesheet content to be injected inside the head
* of the document
*/
export declare function createStyleSheet(): string;
/**
* Returns the script tag contents to be injected inside the head
* of the document
*/
export declare function createScript(): string;