UNPKG

zmp-react

Version:

Build full featured iOS & Android apps using ZMP & React

31 lines (29 loc) 897 B
import Actions from '../components/actions'; /* dts-imports import { Actions } from 'zmp-core/types'; */ /* dts-props id: string | number; className: string; style: React.CSSProperties; opened? : boolean animate? : boolean grid? : boolean convertToPopover? : boolean forceToPopover? : boolean target? : string | object backdrop? : boolean backdropEl? : string | object closeByBackdropClick? : boolean closeByOutsideClick? : boolean closeOnEscape? : boolean onActionsOpen? : (instance?: Actions.Actions) => void onActionsOpened? : (instance?: Actions.Actions) => void onActionsClose? : (instance?: Actions.Actions) => void onActionsClosed? : (instance?: Actions.Actions) => void ref?: React.MutableRefObject<{el: HTMLElement | null; zmpActions: ()=> Actions.Actions}>; containerEl? : string | object COLOR_PROPS CHILDREN_PROP */ export default Actions;