File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/coreui-react/src/components Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import { Transition } from 'react-transition-group'
88import { triggerPropType } from '../../props'
99import type { Triggers } from '../../types'
1010
11- export interface CPopoverProps extends Omit < HTMLAttributes < HTMLDivElement > , 'title' > {
11+ export interface CPopoverProps extends Omit < HTMLAttributes < HTMLDivElement > , 'title' | 'content' > {
1212 /**
1313 * A string of all className you want applied to the component.
1414 */
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import { Transition } from 'react-transition-group'
88import { triggerPropType } from '../../props'
99import type { Triggers } from '../../types'
1010
11- export interface CTooltipProps extends HTMLAttributes < HTMLDivElement > {
11+ export interface CTooltipProps extends Omit < HTMLAttributes < HTMLDivElement > , 'content' > {
1212 /**
1313 * A string of all className you want applied to the component.
1414 */
You can’t perform that action at this time.
0 commit comments