UNPKG

@vnmfify/core

Version:

```shell npm i @vnmfify/core -S ```

12 lines (11 loc) 468 B
import ShareSheetHeader from "../share-sheet/share-sheet-header"; import Sheet from "../sheet"; import ActionSheetComponent from "./action-sheet"; import ActionSheetAction from "./action-sheet-action"; var ActionSheet = ActionSheetComponent; ActionSheet.Backdrop = Sheet.Backdrop; ActionSheet.Header = ShareSheetHeader; ActionSheet.Action = ActionSheetAction; ActionSheet.Button = Sheet.Button; export default ActionSheet; //# sourceMappingURL=index.js.map