Skip to content

Commit

Permalink
Merge pull request #2523 from BenJenkinson/fix-2515
Browse files Browse the repository at this point in the history
fix(#2515): Add missing Typescript exports for Placeholders
  • Loading branch information
davidacevedo committed May 27, 2022
2 parents 2c95598 + f9e0dfa commit f37b25e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions types/index.d.ts
Expand Up @@ -140,6 +140,10 @@ export { default as PaginationItem } from './lib/PaginationItem';
export { PaginationItemProps } from './lib/PaginationItem';
export { default as PaginationLink } from './lib/PaginationLink';
export { PaginationLinkProps } from './lib/PaginationLink';
export { default as Placeholder } from './lib/Placeholder';
export { PlaceholderProps } from './lib/Placeholder';
export { default as PlaceholderButton } from './lib/PlaceholderButton';
export { PlaceholderButtonProps } from './lib/PlaceholderButton';
export { default as Popover } from './lib/Popover';
export { PopoverProps } from './lib/Popover';
export { default as PopoverBody } from './lib/PopoverBody';
Expand Down

0 comments on commit f37b25e

Please sign in to comment.