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
@@ -9,9 +9,8 @@ import { useParent } from '../composition/use-relation';
import { useLazyRender } from '../composition/use-lazy-render';
// Components
import Cell from '../cell';
import Cell, { cellProps } from '../cell';
import { COLLAPSE_KEY } from '../collapse';
import { cellProps } from '../cell/shared';
const [createComponent, bem] = createNamespace('collapse-item');