AP
Size: a a a
AP
ДТ
АД
ДТ
MZ
АД
АД
MZ
AP
MZ
АД
MZ
АД
KK
Promise<ThemeComponent>
type ThemeComponent = SvelteComponentTyped<{ themeClass: string; }>
const themes = {
light: async (): Promise<ThemeComponent> => await import('../lib/themes/light.svelte'),
dark: async (): Promise<ThemeComponent> => await import('../lib/themes/dark.svelte')
};
AP
Promise<typeof import('../lib/themes/light.svelte')>
?AP
AP
KK
KK
AP