Hiyve Components - v1.0.0
    Preparing search index...

    Interface ControlBarButtonProps

    interface ControlBarButtonProps {
        backgroundColor: string;
        disabled?: boolean;
        icon: ReactNode;
        label: string;
        onPress: () => void;
        textColor: string;
    }
    Index

    Properties

    backgroundColor: string
    disabled?: boolean
    icon: ReactNode
    label: string
    onPress: () => void
    textColor: string