UNPKG
@hemia/ui-button
Version:
latest (0.0.1)
0.0.1
Componente HButton basado en Vuetify para el Design System de Hemia
@hemia/ui-button
/
dist
/
types
/
index.d.ts
5 lines
(4 loc)
•
154 B
TypeScript
View Raw
1
2
3
4
5
import
HButton
from
"./HButton.vue"
;
import
type
{
App
as
VueApp
}
from
"vue"
;
declare
const
install
:
(
app
:
VueApp
) =>
void
;
export
{
HButton
, install };