@pandacss/types
Advanced tools
Comparing version 0.0.0-dev-20230103100753 to 0.0.0-dev-20230103100906
@@ -11,2 +11,7 @@ import type { LayerStyles, TextStyles } from './composition' | ||
type Docs = { | ||
title: string | ||
logo: string | ||
} | ||
export type Config< | ||
@@ -27,2 +32,6 @@ Conditions extends TConditions = TConditions, | ||
/** | ||
* Used to customize the design system docs | ||
*/ | ||
docs?: Partial<Docs> | ||
/** | ||
* The log level for the built-in logger. | ||
@@ -29,0 +38,0 @@ */ |
{ | ||
"name": "@pandacss/types", | ||
"version": "0.0.0-dev-20230103100753", | ||
"version": "0.0.0-dev-20230103100906", | ||
"description": "The types for css panda", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.d.ts", |
880662
20494