@pandacss/types 0.20.1 → 0.22.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/config.d.ts CHANGED
@@ -137,7 +137,7 @@ interface FileSystemOptions {
137
137
  * }
138
138
  * ```
139
139
  */
140
- importMap?: OutdirImportMap
140
+ importMap?: string | OutdirImportMap
141
141
  /**
142
142
  * List of files glob to watch for changes.
143
143
  * @default []