Preparing search index...
    type SelectAllRowProps = {
        allSelected: boolean;
        selectedCount: number;
        onToggle: () => void;
        testID: string;
    }
    Index

    Properties

    allSelected: boolean
    selectedCount: number
    onToggle: () => void
    testID: string