jQuery.pulsate icon indicating copy to clipboard operation
jQuery.pulsate copied to clipboard

can you add typescript definitions file

Open sargin48 opened this issue 9 years ago • 0 comments

this file is support using with typescript. you should add .

jquery.pulsate.d.ts

interface JqPulsateOptions { color?: any; reach?: number; speed?: number; pause?: number; glow?: boolean; repeat?: boolean; onHover?: boolean; }

interface JQuery {

pulsate(JqPulsateOptions): JQuery;

}

sargin48 avatar May 05 '15 08:05 sargin48