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 566d9aa commit a4769eaCopy full SHA for a4769ea
src/Autolink.tsx
@@ -69,7 +69,7 @@ export interface AutolinkProps {
69
useNativeSchemes?: boolean;
70
}
71
72
-type AutolinkComponentProps<C extends React.ElementType = typeof Text> = PolymorphicComponentProps<
+export type AutolinkComponentProps<C extends React.ElementType = typeof Text> = PolymorphicComponentProps<
73
C,
74
AutolinkProps
75
>;
0 commit comments