@govuk-one-login/frontend-device-intelligence
Version:
Frontend Device Intelligence package for GDS One Login
10 lines • 349 B
TypeScript
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