diff options
Diffstat (limited to 'vanilla/node_modules/@csstools/css-syntax-patches-for-csstree/dist/index.d.ts')
| -rw-r--r-- | vanilla/node_modules/@csstools/css-syntax-patches-for-csstree/dist/index.d.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vanilla/node_modules/@csstools/css-syntax-patches-for-csstree/dist/index.d.ts b/vanilla/node_modules/@csstools/css-syntax-patches-for-csstree/dist/index.d.ts new file mode 100644 index 0000000..05d942a --- /dev/null +++ b/vanilla/node_modules/@csstools/css-syntax-patches-for-csstree/dist/index.d.ts @@ -0,0 +1,5 @@ +export const next: { + atrules: Record<string, { descriptors: Record<string, string> }>, + properties: Record<string, string>, + types: Record<string, string>, +} |
