Skip to content

Commit

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

Please sign in to comment.