refactor: yarn runner man
This commit is contained in:
@@ -2,9 +2,8 @@ import { customElement, noShadowDOM } from 'solid-element';
|
||||
import { For, Show, createEffect } from 'solid-js';
|
||||
import type {TextResult, RuntimeResult, OptionsResult} from '../yarn-spinner/runtime/results';
|
||||
import { createYarnStore } from './stores/yarnStore';
|
||||
import {RunnerOptions} from "../yarn-spinner/runtime/runner";
|
||||
|
||||
customElement<RunnerOptions>('md-yarn-spinner', {startAt: 'start'}, (props, { element }) => {
|
||||
customElement<{start: string}>('md-yarn-spinner', {start: 'start'}, (props, { element }) => {
|
||||
noShadowDOM();
|
||||
|
||||
let historyContainer: HTMLDivElement | undefined;
|
||||
|
||||
Reference in New Issue
Block a user