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

    Interface SettingsItemProps

    interface SettingsItemProps {
        checked?: boolean;
        className?: string;
        destructive?: boolean;
        disabled?: boolean;
        icon?: ReactNode;
        onChange?: (checked: boolean) => void;
        onClick?: () => void;
        subtitle?: string;
        title: string;
        value?: string;
        variant?: SettingsItemVariant;
    }
    Index

    Properties

    checked?: boolean
    className?: string
    destructive?: boolean
    disabled?: boolean
    icon?: ReactNode
    onChange?: (checked: boolean) => void
    onClick?: () => void
    subtitle?: string
    title: string
    value?: string