1 | import { bn } from "@icommon/flagkit/bn"; |
2 | import { Icommon } from "@icommon/components/Icommon"; |
3 | |
4 | <Icommon node={bn} /> |
1 | npm install @icommon/components |
2 | npm install @icommon/flagkit |
1 | import { bn } from "@icommon/flagkit/bn"; |
2 | import { Icommon } from "@icommon/components/Icommon"; |
3 | |
4 | <Icommon node={bn} /> |
1 | npm install @icommon/components |
2 | npm install @icommon/flagkit |