timetracker/frontend/node_modules/tailwindcss/nesting/index.d.ts
hhftechnologies c8f5379289 update
2024-11-25 23:16:17 +05:30

4 lines
146 B
TypeScript

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