Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix(#2515): Add missing Typescript exports for Placeholders
  • Loading branch information
BenJenkinson authored and davidacevedo committed May 27, 2022
1 parent 2c95598 commit f9e0dfa
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 f9e0dfa

Please sign in to comment.