UNPKG

@lxlib/seed

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.1.

7 lines (6 loc) 265 B
import { LoadingShowOptions } from './loading.interfaces'; export declare class LoadingDefaultComponent { options: LoadingShowOptions; get icon(): import("./loading.interfaces").LoadingIcon; get custom(): import("./loading.interfaces").LoadingCustom; }