We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 052d5cd commit b614da2Copy full SHA for b614da2
packages/kit/test/apps/amp/src/app.d.ts
@@ -1,15 +1,15 @@
1
/// <reference types="@sveltejs/kit" />
2
3
declare module 'dropcss' {
4
- interface Options {
5
- html: string;
6
- css: string;
+ interface Options {
+ html: string;
+ css: string;
7
8
- shouldDrop?: (selector: string) => boolean;
9
- didRetain?: (selector: string) => void;
+ shouldDrop?: (selector: string) => boolean;
+ didRetain?: (selector: string) => void;
10
11
- keepText?: boolean;
12
- }
+ keepText?: boolean;
+ }
13
14
- export default function dropcss(options: Options): { css: string };
+ export default function dropcss(options: Options): { css: string };
15
}
0 commit comments