forked from Botanical/BotanJS
externs
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
/** @constructor */
|
||||
Components.Vim.IAction = function(){};
|
||||
|
||||
/** @type Function */
|
||||
Components.Vim.IAction.dispose;
|
||||
/** @type Function */
|
||||
Components.Vim.IAction.handler;
|
||||
/** @type Function */
|
||||
Components.Vim.IAction.getMessage;
|
||||
Reference in New Issue
Block a user