mirror of
https://github.com/enso-org/enso.git
synced 2024-12-23 01:21:33 +03:00
6 lines
146 B
TypeScript
6 lines
146 B
TypeScript
|
module 'tailwindcss/nesting' {
|
||
|
import { PluginCreator } from 'postcss'
|
||
|
declare const plugin: PluginCreator<unknown>
|
||
|
export default plugin
|
||
|
}
|