mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-02 19:30:19 +03:00
Merge pull request #2 from ThomasFlorelli/feat/export-types
feat: export types
This commit is contained in:
commit
f537e1339f
|
@ -10,6 +10,7 @@ export {
|
||||||
export type { DropdownOption } from './common-elements';
|
export type { DropdownOption } from './common-elements';
|
||||||
export type { OpenAPIEncoding } from './types';
|
export type { OpenAPIEncoding } from './types';
|
||||||
export * from './services';
|
export * from './services';
|
||||||
|
export * from "./types";
|
||||||
export * from './utils';
|
export * from './utils';
|
||||||
|
|
||||||
export * from './styled-components';
|
export * from './styled-components';
|
||||||
|
|
Loading…
Reference in New Issue
Block a user