tachybase_todo/packages/samples/command/src/client/index.tsx
Junyi fceebaf50e
Doc: command (#869)
* docs: add command dev doc

* feat: update doc

Co-authored-by: chenos <chenlinxh@gmail.com>
2022-10-01 22:18:26 +08:00

6 lines
103 B
TypeScript

import React from 'react';
export default React.memo((props) => {
return <>{props.children}</>;
});