UNPKG
excited-ui
Version:
beta (0.0.2)
latest (0.0.5-0)
0.0.5-0
0.0.4
0.0.3
0.0.2
0.0.1
an excited ui
github.com/GrapevineLin/excited-ui
GrapevineLin/excited-ui
excited-ui
/
dist
/
components
/
Button
/
tools.d.ts
3 lines
(2 loc)
•
144 B
TypeScript
View Raw
1
2
3
import
{
ExButton
}
from
"./index"
;
export
declare
function
getButtonClass
(
props
:
InstanceType
<
typeof
ExButton
>[
"$props"
]
):
string
|
undefined
;