UNPKG
ybg-screen-shot
Version:
latest (1.0.0)
1.0.0
web端自定义截屏插件(原生JS版)
github.com/likaia/js-screen-shot
likaia/js-screen-shot
ybg-screen-shot
/
dist
/
type
/
lib
/
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
;