Skip to content

Commit

Permalink
fix(Disclosure): exporting DisclosureSummary and DefaultDisclosureSum…
Browse files Browse the repository at this point in the history
…mary componens
  • Loading branch information
B0nBun committed Sep 11, 2023
1 parent bccc417 commit dd7dc64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Disclosure/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export {Disclosure} from './Disclosure';
export {DisclosureSummary, DefaultDisclosureSummary} from './DisclosureSummary/DisclosureSummary';
export type {DisclosureSize, DisclosureArrowPosition, DisclosureProps} from './Disclosure';

0 comments on commit dd7dc64

Please sign in to comment.