Skip to content

Instantly share code, notes, and snippets.

@jongio
Last active July 24, 2018 16:44
Show Gist options
  • Select an option

  • Save jongio/4d18962fd69c800520328bdcd8e78d69 to your computer and use it in GitHub Desktop.

Select an option

Save jongio/4d18962fd69c800520328bdcd8e78d69 to your computer and use it in GitHub Desktop.
declare namespace lfg {
export function loadLiquidFillGauge(svg: any, value: any, settings: any): any;
export function liquidFillGaugeDefaultSettings(): any;
}
declare module 'lfg' {
export = lfg;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment