UNPKG
js-web-screen-shot-alex
Version:
latest (1.9.9-rc.26)
1.9.9-rc.26
web端自定义截屏插件(原生JS版)
www.kaisir.cn/js-screen-shot
likaia/js-screen-shot
js-web-screen-shot-alex
/
dist
/
lib
/
common-methods
/
SaveBorderArrInfo.d.ts
9 lines
(8 loc)
•
344 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{ cutOutBoxBorder, positionInfoType }
from
"../../lib/type/ComponentType"
;
/** * 保存边框节点的相关信息 *
@param
borderSize 边框节点直径大小 *
@param
positionInfo 裁剪框位置信息 *
@private
*/
export
declare
function
saveBorderArrInfo
(
borderSize
:
number
,
positionInfo
: positionInfoType
): cutOutBoxBorder[];