UNPKG
react-table-ui
Version:
canary (0.1.5-canary.1662855207613)
latest (0.1.6)
0.1.6
0.1.5
0.1.5-canary.1662855207613
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Out-of-the-box UI for React-Table 7.
react-table-ui.js.org
GuptaSiddhant/react-table-ui
react-table-ui
/
dist
/
components
/
TitleBar
/
index.d.ts
7 lines
(6 loc)
•
200 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
type
{
DataType
}
from
'../../types'
;
/** * Title component of RTUI. * It contains table title and actions. */
export
default
function
TitleBar
<
Data
extends
DataType
>():
JSX
.
Element
|
null
;