File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,14 @@ import type { ThemeComponentSizeType } from '../../../components/types/utils';
7
7
export interface InterfaceIconButtonProps
8
8
extends Omit <
9
9
InterfacePressableProps ,
10
- 'children' | 'color' | '_light' | '_dark' | '_web' | '_android' | '_ios'
10
+ | 'children'
11
+ | 'color'
12
+ | '_light'
13
+ | '_dark'
14
+ | '_web'
15
+ | '_android'
16
+ | '_ios'
17
+ | '_important'
11
18
> ,
12
19
Omit <
13
20
IIconProps ,
@@ -25,6 +32,7 @@ export interface InterfaceIconButtonProps
25
32
| '_web'
26
33
| '_android'
27
34
| '_ios'
35
+ | '_important'
28
36
> ,
29
37
PlatformProps < IIconButtonProps > {
30
38
/**
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import type { PlatformProps } from '../../../components/types';
9
9
export interface ITextAreaProps
10
10
extends Omit <
11
11
InterfaceInputProps ,
12
- '_web' | '_android' | '_ios' | '_light' | '_dark'
12
+ '_web' | '_android' | '_ios' | '_light' | '_dark' | '_important'
13
13
> ,
14
14
PlatformProps < ITextAreaProps > {
15
15
/**
You can’t perform that action at this time.
0 commit comments