zmp-react
Version:
Build full featured iOS & Android apps using ZMP & React
39 lines (34 loc) • 1.12 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
exports.__esModule = true;
exports.default = void 0;
var _actions = _interopRequireDefault(require("../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
*/
var _default = _actions.default;
exports.default = _default;