UNPKG

panda-plugin-crv

Version:

A Panda CSS plugin for responsive variants

9 lines (7 loc) 212 B
import type { LoggerInterface } from '@pandacss/types'; import type { Project } from 'ts-morph'; export type PluginContext = { project: Project; debug?: LoggerInterface['debug']; breakpoints: string[]; };