Skip to content

Commit

Permalink
chore: export dropdown components (Redocly#1351)
Browse files Browse the repository at this point in the history
  • Loading branch information
stasiukanya authored Aug 18, 2020
1 parent b76b936 commit 7e7d95f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
10 changes: 9 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -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';
Expand Down

0 comments on commit 7e7d95f

Please sign in to comment.