UNPKG

@lookwe/lui

Version:

Lookwe UI web components

9 lines (8 loc) 595 B
export { LuiButton } from './LuiButton.js'; export { LuiOutlinedButton } from './LuiOutlinedButton.js'; export { LuiDivider } from './LuiDivider.js'; export { LuiIntersection } from './LuiIntersection.js'; export { LuiButton as LuiButtonElement } from '../components/button/lui-button.js'; export { LuiOutlinedButton as LuiOutlinedButtonElement } from '../components/button/lui-outlined-button.js'; export { LuiDivider as LuiDividerElement } from '../components/divider/lui-divider.js'; export { LuiIntersection as LuiIntersectionElement } from '../components/intersection/lui-intersection.js';