UNPKG

hrnet-modal-p14

Version:

A package for the project 14 of OpenClassrooms called HrNet

5 lines 267 B
export { Button, type ButtonProps } from './components/Button.js'; export { Modal, type ModalProps } from './components/Modal.js'; export { Dialog, type DialogProps } from './components/Dialog.js'; export { add } from './utils.js'; //# sourceMappingURL=index.d.ts.map