UNPKG

stocklift-charts

Version:

StockLift Web Component Charts

4 lines (3 loc) 201 B
import { SectorEntry } from "../models/sector.entry.model"; export declare function getSectorName(sector: SectorEntry): string; export declare function getSectorNameFromString(sector: string): string;