UNPKG

native-base

Version:

Essential cross-platform UI components for React Native

5 lines (4 loc) 236 B
import type { IActionsheetComponentType } from './types'; declare const Actionsheet: IActionsheetComponentType; export { Actionsheet }; export type { IActionsheetProps, IActionsheetContentProps, IActionsheetItemProps, } from './types';