import { FC } from 'react'; import { ModalProps } from './Modal.type'; /** * ```js * import { Modal, Button, Paper, * Card, CardHeader, Cardbody, Cardfooter, * Addon, Popover, List, ListTitle, ListButton } * from '@rkta/ui'; * import { DotsThreeVertical } from '@rkta/entypo'; * * * {() => { * const [visible, toggleVisible] = useToggle(); * const ok = flow(() => console.log('OK'), toggleVisible); * return ( * <> * * Open modal * * * * * CardHeader * * * * * * * Popover * Menu option 1 * Menu option 1 * * * * * * * This impressive paella is a perfect party dish and a fun meal to cook together with your * guests. Add 1 cup of frozen peas along with the mussels, if you like. * * * Visible: {visible.toString()} * * * * Cancel * OK * * * * > * ) * }} * ``` */ export declare const Modal: FC; //# sourceMappingURL=Modal.d.ts.map
* This impressive paella is a perfect party dish and a fun meal to cook together with your * guests. Add 1 cup of frozen peas along with the mussels, if you like. *
* Visible: {visible.toString()} *