UNPKG

@equinor/mad-core

Version:

Core library for the Mobile App Delivery team

9 lines (8 loc) 446 B
import { SettingsScreenSectionProps } from "../components"; import { CoreDictionary } from "../language/types"; import { EnvironmentContextualConfig } from "../types"; export type PremadeSettings = ReturnType<typeof getPremadeSettings>; export declare const getPremadeSettings: (config: EnvironmentContextualConfig, dictionary: CoreDictionary) => { language: SettingsScreenSectionProps | undefined; common: SettingsScreenSectionProps; };