UNPKG
@itools-front/ifrontui
Version:
latest (2.8.6)
2.8.6
2.8.5
2.8.4
2.8.3
2.8.2
2.8.1
2.8.0
Vue Material Component Framework
@itools-front/ifrontui
/
src
/
components
/
VGrid
/
VSpacer.ts
5 lines
(3 loc)
•
150 B
text/typescript
View Raw
1
2
3
4
5
import
'./_grid.sass'
import
{ createSimpleFunctional }
from
'../../util/helpers'
export
default
createSimpleFunctional
(
'spacer'
,
'div'
,
'v-spacer'
)