UNPKG

@cerberus-design/styled-system

Version:

Cerberus Design System Panda-CSS styled-system.

11 lines (9 loc) 236 B
declare const interactive: () => Promise<InitFlags>; interface InitFlags { postcss: boolean; outExtension: string; jsxFramework: string; syntax: string; gitignore: boolean; } export { type InitFlags, interactive };