UNPKG

docking-egid

Version:

This library is built to provide a solution for Angular enables the creation of complex layouts consisting of panels that can be floated, docked, nested, resized, pinned, unpinned and closed. Additional components can be integrated to create an IDE-like l

12 lines (11 loc) 558 B
import { IgcDockManagerResourceStrings } from '../components/dockmanager/dockmanager.public-interfaces'; /** * @hidden */ export declare const resourceStringsMap: Map<string, IgcDockManagerResourceStrings>; /** * Adds custom resource strings for a specified language. * @param language The name of the language that should match the `lang` attribute of the page. * @param resourceStrings The resource strings to be added. */ export declare function addResourceStrings(language: string, resourceStrings: IgcDockManagerResourceStrings): void;