types(Cell): use tsx

This commit is contained in:
chenjiahan
2020-09-19 23:36:52 +08:00
parent 71d014d691
commit 1ef134822e
4 changed files with 32 additions and 49 deletions
+1 -2
View File
@@ -13,8 +13,7 @@ import {
// Components
import Icon from '../icon';
import Cell from '../cell';
import { cellProps } from '../cell/shared';
import Cell, { cellProps } from '../cell';
const [createComponent, bem] = createNamespace('field');