Skip to content

Commit

Permalink
fix(Accordion): export component
Browse files Browse the repository at this point in the history
  • Loading branch information
benjitrosch committed Aug 1, 2023
1 parent bb65352 commit 8fc05e7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,11 @@ export { default as Loading } from './Loading'
import { LoadingProps as TLoadingProps } from './Loading'
export type LoadingProps = TLoadingProps

// Data Display > Accordion
export { default as Accordion } from './Accordion'
import { AccordionProps as TAccordionProps } from './Accordion'
export type AccordionProps = TAccordionProps

// ----------------------- < Data Input > ----------------------- //

// Data Input > Form
Expand Down

0 comments on commit 8fc05e7

Please sign in to comment.