MCPcopy
hub / github.com/tailwindlabs/prettier-plugin-tailwindcss / InternalOptions

Interface InternalOptions

src/internal.d.ts:3–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import type { PluginOptions } from '.'
2
3export 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
12export interface InternalPlugin {
13 name?: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…