UNPKG

@govuk-one-login/frontend-device-intelligence

Version:
10 lines 349 B
export interface ComponentInterface { [key: string]: string | string[] | number | boolean | ComponentInterface; } export declare const components: { [name: string]: () => Promise<ComponentInterface>; }; export declare const getComponentPromises: () => { [name: string]: Promise<ComponentInterface>; }; //# sourceMappingURL=index.d.ts.map