We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41e5bf5 commit cb35418Copy full SHA for cb35418
packages/@react-types/link/src/index.d.ts
@@ -13,14 +13,11 @@
13
import {AriaLabelingProps, PressEvents, StyleProps} from '@react-types/shared';
14
import {ReactNode} from 'react';
15
16
-export interface LinkProps extends PressEvents {
17
- /** The content to display in the link. */
18
- children: ReactNode
19
-}
20
-
21
-export interface AriaLinkProps extends LinkProps, AriaLabelingProps {}
+export interface AriaLinkProps extends PressEvents, AriaLabelingProps { }
22
23
export interface SpectrumLinkProps extends AriaLinkProps, StyleProps {
+ /** The content to display in the link. */
+ children: ReactNode,
24
/**
25
* The [visual style](https://spectrum.adobe.com/page/link/#Options) of the link.
26
* @default 'primary'
0 commit comments