選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

e7a8fec560c8fc31c5330933282625a7.json 365 B

1
  1. {"ast":null,"code":"import React from 'react';\nimport CardBody from './CardBody';\nimport { warnOnce } from './utils';\nexport default function CardBlock(props) {\n warnOnce('The \"CardBlock\" component has been deprecated.\\nPlease use component \"CardBody\".');\n return React.createElement(CardBody, props);\n}","map":null,"metadata":{},"sourceType":"module"}