UNPKG
react-layman
Version:
latest (0.2.11)
0.2.11
0.2.10
0.2.10-beta.1
0.2.10-alpha.2
0.2.10-alpha.1
0.2.9
0.2.8
0.2.7
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.3
0.1.1
0.1.0
0.0.2
0.0.1
A dynamic tiling layout manager made for React
github.com/Jeshwin/react-layman
Jeshwin/react-layman
react-layman
/
lib
/
ToolbarButton.d.ts
2 lines
(1 loc)
•
136 B
TypeScript
View Raw
1
2
export
declare
function
ToolbarButton
(
{ children, ...props }: React.ComponentProps<
"button"
>
):
import
(
"react/jsx-runtime"
).
JSX
.
Element
;