Files
med-notes/.pnpm-store/v10/files/a6/2acfc282c62e9abcffb4be515d91e92cb5a53ddbd4b9197154eba9763ae4f152b7b4b9f55b4b091cb6fdf535de64911ad8f277d52ecba319b7d94bfd09deee
2025-05-09 05:30:08 +02:00

8 lines
324 B
Plaintext

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = Message;
const jsx_runtime_1 = require("react/jsx-runtime");
function Message({ children, type }) {
return (0, jsx_runtime_1.jsx)("div", { className: `react-pdf__message react-pdf__message--${type}`, children: children });
}