Skip to content

Commit 56aebb5

Browse files
committed
chore: wip
1 parent f82c01a commit 56aebb5

File tree

2 files changed

+11
-14
lines changed

2 files changed

+11
-14
lines changed

storage/framework/core/components/notification/auto-imports.d.ts

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/* eslint-disable */
2+
/* prettier-ignore */
3+
// @ts-nocheck
4+
// noinspection JSUnusedGlobalSymbols
5+
// Generated by unplugin-auto-import
6+
export {}
17
declare global {
28
const Action: typeof import('../../actions/src/action')['Action']
39
const BunCronJob: typeof import('../../scheduler/src/index')['BunCronJob']
@@ -955,23 +961,11 @@ declare global {
955961
// for type re-export
956962
declare global {
957963
// @ts-ignore
958-
export type {
959-
Component,
960-
ComponentPublicInstance,
961-
ComputedRef,
962-
ExtractDefaultPropTypes,
963-
ExtractPropTypes,
964-
ExtractPublicPropTypes,
965-
InjectionKey,
966-
PropType,
967-
Ref,
968-
VNode,
969-
WritableComputedRef,
970-
} from 'vue'
964+
export type { Component, ComponentPublicInstance, ComputedRef, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, VNode, WritableComputedRef } from 'vue'
971965
import('vue')
972966
}
973967
// for vue template auto import
974-
import type { UnwrapRef } from 'vue'
968+
import { UnwrapRef } from 'vue'
975969
declare module 'vue' {
976970
interface GlobalComponents {}
977971
interface ComponentCustomProperties {

storage/framework/core/components/notification/components.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ export {}
77
/* prettier-ignore */
88
declare module 'vue' {
99
export interface GlobalComponents {
10+
'Carbon:cafe': typeof import('~icons/carbon/cafe')['default']
11+
'Carbon:logoTwitter': typeof import('~icons/carbon/logo-twitter')['default']
1012
CheckIcon: typeof import('./src/components/icons/CheckIcon.vue')['default']
1113
CloseIcon: typeof import('./src/components/icons/CloseIcon.vue')['default']
1214
CopyIcon: typeof import('./src/components/icons/CopyIcon.vue')['default']
@@ -19,6 +21,7 @@ declare module 'vue' {
1921
InfoIcon: typeof import('./src/components/icons/InfoIcon.vue')['default']
2022
Installation: typeof import('./src/components/Installation.vue')['default']
2123
Loader: typeof import('./src/components/icons/Loader.vue')['default']
24+
'Mdi:heart': typeof import('~icons/mdi/heart')['default']
2225
Others: typeof import('./src/components/Others.vue')['default']
2326
Position: typeof import('./src/components/Position.vue')['default']
2427
RouterLink: typeof import('vue-router')['RouterLink']

0 commit comments

Comments
 (0)