UNPKG

artwork-react-native

Version:

artwork design master for react-native

8 lines (7 loc) 179 B
/// <reference types="react" /> import { ReactNode } from 'react'; declare const topView: { set: (view: ReactNode) => void; remove: () => void; }; export default topView;