UNPKG

react-native-navigation-drilldown

Version:
3 lines (2 loc) 173 B
import { DrilldownItemProps, DrilldownSelection } from './types'; export default function includesAll(subtree: DrilldownItemProps, selection?: DrilldownSelection): boolean;