Skip to content

Commit

Permalink
Merge pull request #5387 from GeekyAnts/release/3.4.16
Browse files Browse the repository at this point in the history
Release/3.4.16
  • Loading branch information
surajahmed authored Sep 20, 2022
2 parents d454e45 + f691b2a commit 28c39a3
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions src/components/primitives/Link/types.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { MutableRefObject } from 'react';
import type { GestureResponderEvent } from 'react-native';
import type { CustomProps, ThemeComponentSizeType } from '../../types';
import type { CustomProps } from '../../types';
import type { InterfaceBoxProps } from '../Box/types';

export interface InterfaceLinkProps extends InterfaceBoxProps<ILinkProps> {
Expand All @@ -11,15 +11,7 @@ export interface InterfaceLinkProps extends InterfaceBoxProps<ILinkProps> {
/**
* Size of the link
*/
size?:
| '2xl'
| 'xl'
| 'lg'
| 'md'
| 'sm'
| 'xsm'
| number
| ThemeComponentSizeType<'Link'>;
size?: '2xl' | 'xl' | 'lg' | 'md' | 'sm' | 'xsm' | number;
/**
* Whether Link text should be underlined
*/
Expand Down

1 comment on commit 28c39a3

@vercel
Copy link

@vercel vercel bot commented on 28c39a3 Sep 20, 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.