提交 20c4e3aa 编写于 作者: K Kamran Ahmed

Minor fix in type definition

上级 c874e553
{
"name": "driver.js",
"version": "0.7.0",
"version": "0.7.1",
"description": "A light-weight, no-dependency, vanilla JavaScript library to drive the user's focus across the page",
"main": "dist/driver.min.js",
"types": "types/index.d.ts",
......
......@@ -49,7 +49,7 @@ declare module 'driver.js' {
/**
* Public setter for steps property
*/
public setSteps(): Array<Driver.Step>;
public setSteps(): void;
/**
* Does the required bindings for DOM Events
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册