Laptop-Thing/web/node_modules/tailwindcss/nesting/index.d.ts

5 lines
146 B
TypeScript
Raw Permalink Normal View History

2024-11-27 12:35:48 -05:00
import type { AcceptedPlugin, PluginCreator } from 'postcss'
declare const plugin: PluginCreator<AcceptedPlugin | string | void>
export = plugin