UNPKG

stocklift-charts

Version:

StockLift Web Component Charts

4 lines (3 loc) 193 B
import { Asset } from "../models/asset.model"; export declare const totalPercent: (asset: Asset, totalNetValue: number) => string; export declare const percentChange: (asset: Asset) => string;