0
Fork 0
mirror of https://github.com/penpot/penpot-export.git synced 2025-01-07 15:39:00 -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 | ColorAssets
| TypographyAssets | TypographyAssets
| PageComponentAssets | PageComponentAssets
export { UserConfig, UserFileConfig } from './config'