UNPKG

symref

Version:

Static code checker for AI code agents (Windsurf, Cline, etc.)

6 lines 304 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from 'react'; // パターン7: React.memo でラップしてエクスポート const MemoComponent = () => _jsx("div", { children: "Memo Component" }); export default memo(MemoComponent); //# sourceMappingURL=DefaultExportMemo.test.js.map