import ActionSheet from "./src/index";
import { ActionSheetProps as Props } from './src/types'

export type ActionSheetProps = Props

export default ActionSheet;
