UNPKG

sdg

Version:

pomelo ts

5 lines (4 loc) 232 B
import Application from '../application'; import { TLoaded } from '..'; export declare const loadDefaultComponents: (app: Application) => void; export declare const optComponents: (loaded: TLoaded, method: string) => Promise<void>;