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'
8
8
import { triggerPropType } from '../../props'
9
9
import type { Triggers } from '../../types'
10
10
11
- export interface CPopoverProps extends Omit < HTMLAttributes < HTMLDivElement > , 'title' > {
11
+ export interface CPopoverProps extends Omit < HTMLAttributes < HTMLDivElement > , 'title' | 'content' > {
12
12
/**
13
13
* A string of all className you want applied to the component.
14
14
*/
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import { Transition } from 'react-transition-group'
8
8
import { triggerPropType } from '../../props'
9
9
import type { Triggers } from '../../types'
10
10
11
- export interface CTooltipProps extends HTMLAttributes < HTMLDivElement > {
11
+ export interface CTooltipProps extends Omit < HTMLAttributes < HTMLDivElement > , 'content' > {
12
12
/**
13
13
* A string of all className you want applied to the component.
14
14
*/
You can’t perform that action at this time.
0 commit comments