Interface DefaultSectionItem

interface DefaultSectionItem {
    Icon: (() => Element);
    id: string | number;
    onPress: (() => void);
    title: string;
}

Properties

Properties

Icon: (() => Element)
id: string | number
onPress: (() => void)
title: string