mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-22 08:36:33 +03:00
chore: export dropdown components (#1351)
This commit is contained in:
parent
b76b936abe
commit
7e7d95fe18
|
@ -20,9 +20,11 @@ export * from './Responses/ResponsesList';
|
|||
export * from './Responses/ResponseTitle';
|
||||
export * from './ResponseSamples/ResponseSamples';
|
||||
export * from './PayloadSamples/PayloadSamples';
|
||||
export * from './PayloadSamples/styled.elements';
|
||||
export * from './MediaTypeSwitch/MediaTypesSwitch';
|
||||
export * from './Parameters/Parameters';
|
||||
export * from './PayloadSamples/Example';
|
||||
export * from './DropdownOrLabel/DropdownOrLabel';
|
||||
|
||||
export * from './ErrorBoundary';
|
||||
export * from './StoreBuilder';
|
||||
|
|
10
src/index.ts
10
src/index.ts
|
@ -1,5 +1,13 @@
|
|||
export * from './components';
|
||||
export { MiddlePanel, Row, RightPanel, Section } from './common-elements/';
|
||||
export {
|
||||
MiddlePanel,
|
||||
Row,
|
||||
RightPanel,
|
||||
Section,
|
||||
StyledDropdown,
|
||||
SimpleDropdown,
|
||||
DropdownOption,
|
||||
} from './common-elements/';
|
||||
export { OpenAPIEncoding } from './types';
|
||||
export * from './services';
|
||||
export * from './utils';
|
||||
|
|
Loading…
Reference in New Issue
Block a user