UNPKG

@qwik.dev/core

Version:

An open source framework for building instant loading web apps at any scale, without the extra effort.

9 lines (7 loc) 170 B
export interface BsComponentProps { text?: string; colorVariant: string; } export interface BsSpinnerComponentProps extends BsComponentProps { growing: boolean; }