UNPKG

@equinor/mad-core

Version:

Core library for the Mobile App Delivery team

3 lines (2 loc) 161 B
import { CoreDictionary } from "../language/types"; export declare const useScreenTitleFromDictionary: (pickFn: (dictionary: CoreDictionary) => string) => void;