@public-ui/components
Version:
Contains all web components that belong to KoliBri - The accessible HTML-Standard.
13 lines (12 loc) • 466 B
TypeScript
import type { JSX } from '../../stencil-public-runtime';
import type { ShowPropType, SpinAPI, SpinStates, SpinVariantPropType } from '../../schema';
export declare class KolSpin implements SpinAPI {
private showToggled;
render(): JSX.Element;
_show?: boolean;
_variant?: SpinVariantPropType;
state: SpinStates;
validateShow(value?: ShowPropType): void;
validateVariant(value?: SpinVariantPropType): void;
componentWillLoad(): void;
}