UNPKG
@front10/flexible-layout
Version:
latest (0.0.2)
0.0.2
0.0.1
Allow use a flexible layout for components
gitlab.com/front10-devs/flexible-layout
@front10/flexible-layout
/
index.js
5 lines
(3 loc)
•
127 B
JavaScript
View Raw
1
2
3
4
5
import
useAriaLabel
from
"./dist/useAriaLabel"
;
import
useLayout
from
"./dist/useLayout"
;
export
{ useAriaLabel, useLayout };