UNPKG
ant-table-ext
Version:
latest (2.13.1)
2.13.1
2.13.0
2.12.0
An extended table based on ant table
github.com/toyang/ant-table-ext
toyang/ant-table-ext
ant-table-ext
/
es
/
table
/
FilterDropdownMenuWrapper.js
8 lines
•
206 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import React
from
'react'
; export
default
(
function
(
props
)
{
return
React.
createElement
(
'div'
, {
className
: props.className,
onClick
: props.onClick }, props.children ); });