feat: init
This commit is contained in:
10
node_modules/@poppinss/dumper/build/formatters/html/head.d.ts
generated
vendored
Normal file
10
node_modules/@poppinss/dumper/build/formatters/html/head.d.ts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
/**
|
||||
* 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;
|
||||
Reference in New Issue
Block a user