0
Fork 0
mirror of https://github.com/penpot/penpot-export.git synced 2025-01-04 13:50:05 -05:00

fix(core): export user configuration type declarations

This commit is contained in:
Roberto Redradix 2023-10-02 13:21:13 +02:00
parent 1cc6b9feec
commit 3cd0c13224

View file

@ -41,3 +41,5 @@ export type PenpotExportAssets =
| ColorAssets
| TypographyAssets
| PageComponentAssets
export { UserConfig, UserFileConfig } from './config'