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

5 lines
214 B
Plaintext

import { jsx as _jsx } from "react/jsx-runtime";
export default function Message({ children, type }) {
return _jsx("div", { className: `react-pdf__message react-pdf__message--${type}`, children: children });
}