diff --git a/types/reactstrap/index.d.ts b/types/reactstrap/index.d.ts index f484e15c25..4ec3a641e6 100644 --- a/types/reactstrap/index.d.ts +++ b/types/reactstrap/index.d.ts @@ -68,8 +68,8 @@ export { default as Pagination } from './lib/Pagination'; export { default as PaginationItem } from './lib/PaginationItem'; export { default as PaginationLink } from './lib/PaginationLink'; export { default as Popover } from './lib/Popover'; -export { default as PopoverContent } from './lib/PopoverContent'; -export { default as PopoverTitle } from './lib/PopoverTitle'; +export { default as PopoverBody } from './lib/PopoverBody'; +export { default as PopoverHeader } from './lib/PopoverHeader'; export { default as Progress } from './lib/Progress'; export { default as Row } from './lib/Row'; export { default as TabContent } from './lib/TabContent'; diff --git a/types/reactstrap/lib/PopoverContent.d.ts b/types/reactstrap/lib/PopoverBody.d.ts similarity index 100% rename from types/reactstrap/lib/PopoverContent.d.ts rename to types/reactstrap/lib/PopoverBody.d.ts diff --git a/types/reactstrap/lib/PopoverTitle.d.ts b/types/reactstrap/lib/PopoverHeader.d.ts similarity index 100% rename from types/reactstrap/lib/PopoverTitle.d.ts rename to types/reactstrap/lib/PopoverHeader.d.ts