* 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>
5 lines
260 B
TypeScript
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'
|