UNPKG
@arkhas/inertia-datatable
Version:
latest (1.0.10)
1.0.10
1.0.9
1.0.8
1.0.7
1.0.6
1.0.1
1.0.0
A Laravel Inertia React Datatable component
@arkhas/inertia-datatable
/
dist
/
components
/
ui
/
input.d.ts
4 lines
(3 loc)
•
177 B
TypeScript
View Raw
1
2
3
4
import
*
as
React
from
"react"
;
declare
function
Input
(
{ className,
type
, ...props }:
React
.
ComponentProps
<
"input"
>
):
import
(
"react/jsx-runtime"
).
JSX
.
Element
;
export
{
Input
};