chore(docs): add transition to banner numbers

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-03-03 14:01:47 +01:00
parent 6d19bb165b
commit b8b9606496
2 changed files with 38 additions and 9 deletions
+12
View File
@@ -1 +1,13 @@
declare const __ANALYTICS_ID__: string
declare module 'virtual:icons/*' {
import type { FunctionalComponent, SVGAttributes } from 'vue'
const component: FunctionalComponent<SVGAttributes>
export default component
}
declare module '~icons/*' {
import type { FunctionalComponent, SVGAttributes } from 'vue'
const component: FunctionalComponent<SVGAttributes>
export default component
}