Skip to content

Latest commit

 

History

History
executable file
·
19 lines (13 loc) · 210 Bytes

README.md

File metadata and controls

executable file
·
19 lines (13 loc) · 210 Bytes

TNTD Pro

安装

npm i tntd-pro --save

使用

import PackageMeta from "tntd-pro";

export default () => {
  return <div style={{ padding: "10px 30px" }}>test</div>;
};

API