Initial commit.
This commit is contained in:
12
composables.d.ts
vendored
Normal file
12
composables.d.ts
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
// generated by iles
|
||||
// We suggest you to commit this file into source control
|
||||
|
||||
declare global {
|
||||
const definePageComponent: typeof import('iles')['definePageComponent']
|
||||
const useDocuments: typeof import('iles')['useDocuments']
|
||||
const useHead: typeof import('iles')['useHead']
|
||||
const usePage: typeof import('iles')['usePage']
|
||||
const useRoute: typeof import('iles')['useRoute']
|
||||
}
|
||||
|
||||
export { }
|
||||
Reference in New Issue
Block a user