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
/
lib
/
utils.d.ts
4 lines
(3 loc)
•
170 B
TypeScript
View Raw
1
2
3
4
import
{
type
ClassValue
}
from
"clsx"
;
export
declare
function
cn
(
...
inputs
:
ClassValue
[]
):
string
;
export
declare
function
getIconByName
(
iconName
:
string
):
any
|
null
;