Files
geo/frontend/node_modules/tailwindcss/nesting/index.d.ts
2026-02-04 00:11:19 +05:00

5 lines
146 B
TypeScript
Executable File

import type { AcceptedPlugin, PluginCreator } from 'postcss'
declare const plugin: PluginCreator<AcceptedPlugin | string | void>
export = plugin