Link
Package: @tesserix/native
Import
import { Link } from '@tesserix/native'Related types
LinkProps
Source
- Component:
packages/native/src/components/Link/Link.tsx - Story:
packages/native/src/components/Link/Link.stories.tsx - Test:
packages/native/src/components/Link/Link.test.tsx
Status
- Exported from package entry: Yes
- Component implementation file: Present
Example
import { Link } from '@tesserix/native'
export function DemoLink() {
return <Link />
}