tailwindcss/nesting/index.d.ts
Jordan Pittman ba04af0e0b Add types for the nesting plugin (#12269)
* Add types for the nesting plugin

* Update changelog
2023-10-23 15:49:22 -04:00

5 lines
146 B
TypeScript

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