UNPKG

@pandacss/studio

Version:

The automated token documentation for Panda CSS

10 lines (7 loc) 400 B
/* eslint-disable */ import type { FunctionComponent } from 'react' import type { CqProperties } from '../patterns/cq'; import type { HTMLPandaProps } from '../types/jsx'; import type { DistributiveOmit } from '../types/system-types'; export interface CqProps extends CqProperties, DistributiveOmit<HTMLPandaProps<'div'>, keyof CqProperties > {} export declare const Cq: FunctionComponent<CqProps>