UNPKG

react-native-navigation-drilldown

Version:
3 lines (2 loc) 145 B
import { DrilldownItemProps } from './types'; export default function isChildOf(child: DrilldownItemProps, parent: DrilldownItemProps): boolean;