Merge pull request #2 from ThomasFlorelli/feat/export-types

feat: export types
This commit is contained in:
Thomas Florelli 2022-11-25 11:08:17 +01:00 committed by GitHub
commit f537e1339f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,7 @@ export {
export type { DropdownOption } from './common-elements';
export type { OpenAPIEncoding } from './types';
export * from './services';
export * from "./types";
export * from './utils';
export * from './styled-components';