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
/
common-methords
/
SaveBorderArrInfo.d.ts
9 lines
(8 loc)
•
351 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{ cutOutBoxBorder, positionInfoType }
from
"@/module/type/ComponentType"
;
/** * 保存边框节点的相关信息 *
@param
borderSize 边框节点直径大小 *
@param
positionInfo 裁剪框位置信息 *
@private
*/
export
declare
function
saveBorderArrInfo
(
borderSize
:
number
,
positionInfo
: positionInfoType
): cutOutBoxBorder[];