UNPKG

@dotgov/core

Version:

DGS core.

7 lines (6 loc) 150 B
export declare class Lang { Name: string; Code: string; Icon: string; constructor(Name: string, Code: string, Icon?: string); }