Teleforge API Reference - v0.1.0
    Preparing search index...

    Interface BackButtonProps

    interface BackButtonProps {
        className?: string;
        haptic?: "light" | "medium" | "heavy" | "none";
        onClick: () => void;
        visible?: boolean;
    }
    Index

    Properties

    className?: string
    haptic?: "light" | "medium" | "heavy" | "none"
    onClick: () => void
    visible?: boolean