UNPKG

artwork-react-native

Version:

artwork design master for react-native

10 lines (9 loc) 221 B
/// <reference types="react" /> export declare namespace Models { interface TabData { key?: string; title: React.ReactNode; /** for user's custom extends */ [key: string]: any; } }