UNPKG

@lxlib/seed

Version:

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

9 lines (8 loc) 234 B
import { LoadingCustom, LoadingIcon, LoadingType } from './loading.interfaces'; export declare class LoadingConfig { type?: LoadingType; text?: string; icon?: LoadingIcon; custom?: LoadingCustom; delay?: number; }