Files
khalij-pay/node_modules/tailwindcss/nesting/index.d.ts
2025-10-23 21:52:07 +03:30

5 lines
146 B
TypeScript

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