UNPKG

@ohayojp.com/components

Version:

Common business components of ohayojp.

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