Initial commit: New MoreminiMore website with fresh design
This commit is contained in:
8
node_modules/astro/dist/transitions/cssesc.d.ts
generated
vendored
Normal file
8
node_modules/astro/dist/transitions/cssesc.d.ts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
interface Options {
|
||||
escapeEverything: boolean;
|
||||
isIdentifier: boolean;
|
||||
quotes: 'single' | 'double';
|
||||
wrap: boolean;
|
||||
}
|
||||
export default function cssesc(string: string, options?: Partial<Options>): string;
|
||||
export {};
|
||||
Reference in New Issue
Block a user