UNPKG

@pandacss/studio

Version:

The automated token documentation for Panda CSS

9 lines (7 loc) 116 B
/* eslint-disable */ export interface Part { selector: string } export interface Parts { [key: string]: Part }