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
/
separator.d.ts
5 lines
(4 loc)
•
292 B
TypeScript
View Raw
1
2
3
4
5
import
*
as
React
from
"react"
;
import
*
as
SeparatorPrimitive
from
"@radix-ui/react-separator"
; declare
function
Separator
(
{ className, orientation, decorative, ...props }: React.ComponentProps<
typeof
SeparatorPrimitive.Root>
):
import
(
"react/jsx-runtime"
).
JSX
.
Element
;
export
{
Separator
};