UNPKG

react-native-navigation

Version:

React Native Navigation - truly native navigation for iOS and Android

9 lines (8 loc) 376 B
import { LayoutProcessorsStore } from './LayoutProcessorsStore'; import { Layout } from '../interfaces/Layout'; import { CommandName } from '../interfaces/CommandName'; export declare class LayoutProcessor { private layoutProcessorsStore; constructor(layoutProcessorsStore: LayoutProcessorsStore); process(layout: Layout<any>, commandName: CommandName): Layout; }