Interface DrawerListTextItemProps

interface DrawerListTextItemProps {
    children?: ReactNode;
    heading?: boolean;
}

Hierarchy

  • PropsWithChildren
    • DrawerListTextItemProps

Properties

Properties

children?: ReactNode
heading?: boolean