Files
Braks 61f4b0d447 docs(examples): add simple layout example (#1678)
* docs(examples): cleanup animated layout example

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>

* chore(docs,deps): update deps

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>

* docs(examples): add animated and simple layout examples

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>

---------

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2024-11-05 15:53:16 +03:00

5 lines
260 B
TypeScript

export { default as SimpleLayoutApp } from './App.vue?raw'
export { default as SimpleLayoutElements } from './initial-elements.js?raw'
export { default as useSimpleLayout } from './useLayout.js?raw'
export { default as SimpleLayoutIcon } from './Icon.vue?raw'