| 1 | import type { PluginOptions } from '.' |
| 2 | |
| 3 | export interface InternalOptions extends PluginOptions { |
| 4 | printer: Printer<any> |
| 5 | |
| 6 | /** |
| 7 | * The package name to use when loading Tailwind CSS |
| 8 | */ |
| 9 | tailwindPackageName?: string |
| 10 | } |
| 11 | |
| 12 | export interface InternalPlugin { |
| 13 | name?: string |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…