UNPKG
i-screen-shot
Version:
latest (0.1.0)
0.1.0
web端自定义截屏插件(Vue3版)
github.com/likaia/screen-shot
likaia/screen-shot
i-screen-shot
/
dist
/
module
/
split-methods
/
CalculateOptionIcoPosition.d.ts
6 lines
(5 loc)
•
162 B
TypeScript
View Raw
1
2
3
4
5
6
/** * 计算截图工具栏画笔选项三角形角标位置 *
@param
index
*/
export
declare
function
calculateOptionIcoPosition
(
index
:
number
):
number
;