UNPKG
@ximax/layout
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
A flexible and responsive layout system for Vue3 applications
@ximax/layout
/
dist
/
components
/
button-icon
/
index.d.ts
3 lines
(2 loc)
•
76 B
TypeScript
View Raw
1
2
3
import
{
default
as
ButtonIcon
}
from
'./index.vue'
;
export
{
ButtonIcon
};