Skip to content

Commit

Permalink
Merge pull request #4916 from GeekyAnts/fix/build-issue-3.4.0
Browse files Browse the repository at this point in the history
feat: build issue
  • Loading branch information
surajahmed authored Apr 11, 2022
2 parents 664c7fd + 5858eb4 commit 74274d3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion src/components/composites/IconButton/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,14 @@ import type { ThemeComponentSizeType } from '../../../components/types/utils';
export interface InterfaceIconButtonProps
extends Omit<
InterfacePressableProps,
'children' | 'color' | '_light' | '_dark' | '_web' | '_android' | '_ios'
| 'children'
| 'color'
| '_light'
| '_dark'
| '_web'
| '_android'
| '_ios'
| '_important'
>,
Omit<
IIconProps,
Expand All @@ -25,6 +32,7 @@ export interface InterfaceIconButtonProps
| '_web'
| '_android'
| '_ios'
| '_important'
>,
PlatformProps<IIconButtonProps> {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/components/primitives/TextArea/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import type { PlatformProps } from '../../../components/types';
export interface ITextAreaProps
extends Omit<
InterfaceInputProps,
'_web' | '_android' | '_ios' | '_light' | '_dark'
'_web' | '_android' | '_ios' | '_light' | '_dark' | '_important'
>,
PlatformProps<ITextAreaProps> {
/**
Expand Down

1 comment on commit 74274d3

@vercel
Copy link

@vercel vercel bot commented on 74274d3 Apr 11, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.