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