Skip to content

Commit

Permalink
merger
Browse files Browse the repository at this point in the history
  • Loading branch information
MenlgangHuo committed Sep 22, 2023
1 parent 1540130 commit 74ee36d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ import { ColumnTitle } from 'antd/es/table/interface'
import { LiftedColumnVisibleControllerProps } from './components/columnVisibleController'
import { TableSkeleton } from './components/tableSkeleton'
import ResizableTitle from './components/resizeTitle'
// import MotionBody from './components/motionBody'
// import MotionRow from './components/motionRow'
import styled from 'styled-components'

export interface ComponentExposeState {
Expand Down Expand Up @@ -57,7 +55,6 @@ interface enhanceTableInterface<IRowData = any> {
renderOwnSearchInputArgs: renderOwnSearchInputArgs
) => React.ReactNode
}

export interface newColumnsInterface<T = any> extends ColumnProps<T> {
dataIndex: string
}
Expand Down

0 comments on commit 74ee36d

Please sign in to comment.