Skip to content

Commit

Permalink
feat: export AccordionContentProps (#6990)
Browse files Browse the repository at this point in the history
  • Loading branch information
SevereCloud authored Jun 4, 2024
1 parent dd3e981 commit 27aa02a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vkui/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ export type { CustomPaginationNavigationButton } from './components/Pagination/P
export { Accordion } from './components/Accordion/Accordion';
export type { AccordionProps } from './components/Accordion/Accordion';
export type { AccordionSummaryProps } from './components/Accordion/AccordionSummary';
export type { AccordionContentProps } from './components/Accordion/AccordionContent';

/**
* Forms
Expand Down

0 comments on commit 27aa02a

Please sign in to comment.