refactor: move yarn-spinner-loader to external dependency

This commit is contained in:
2026-04-14 16:35:18 +08:00
parent c110bb08b5
commit 163aa8c783
16 changed files with 45 additions and 2786 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import { customElement, noShadowDOM } from 'solid-element';
import { For, Show, createEffect } from 'solid-js';
import type {TextResult, RuntimeResult, OptionsResult} from '../yarn-spinner/runtime/results';
import type {TextResult, RuntimeResult, OptionsResult} from 'yarn-spinner-loader';
import { createYarnStore } from './stores/yarnStore';
export interface YarnSpinnerProps {