UNPKG
@mhmdaljefri/revogrid
Version:
latest (3.0.99)
3.0.99
3.0.98
3.0.97
Virtual reactive data grid component - RevoGrid.
github.com/revolist/revogrid
revolist/revogrid
@mhmdaljefri/revogrid
/
dist
/
types
/
components
/
button
/
button.d.ts
6 lines
(5 loc)
•
234 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
JSXBase
,
VNode
}
from
'../../stencil-public-runtime'
;
interface
Props
extends
Partial
<
JSXBase
.
ButtonHTMLAttributes
<
HTMLButtonElement
>> { }
export
declare
const
RevoButton
:
(
props
:
Props
,
children
:
VNode
[]
) =>
any
;
export
{};