@et-modules/test-resource
v1.0.75
Published
@et-modules/test-resource
Downloads
11
Readme
test-resource 组件
使用
import { TestResource } from '@et-modules/test-resource';
参数说明
| 参数 | 说明 | 类型 | 是否必填 | 默认值 |
| - | - | - | - | - |
| resourceId | 资源 ID | string
| 是 | - |
示例
const App = ({ resourceId }) => {
return <TestResource resourceId={resourceId} />
}