我想以与autoNumeric.js相同的方式为accounting.d.ts创建一个类型记录文件。我找不出方法autoNumeric的签名。谢谢!
发布于 2014-10-02 23:21:55
如果its:https://github.com/BobKnothe/autoNumeric,那么快速启动:
interface JQuery{
autoNumeric:any;
}这样你就可以:
$('someSelector').autoNumeric('init', {options});https://stackoverflow.com/questions/26164743
复制相似问题