UNPKG
@stacksjs/qrx
Version:
latest (0.1.0)
0.1.0
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
QR & Bar Code generating & reading. Lightweight & powerful.
github.com/stacksjs/qrx
stacksjs/qrx
@stacksjs/qrx
/
dist
/
fixOptions.d.ts
10 lines
(9 loc)
•
237 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
declare
interface
FixOptions
{
margin
?:
number
marginTop
?:
number
marginBottom
?:
number
marginRight
?:
number
marginLeft
?:
number
}
export
declare
function
fixOptions
(
options
:
FixOptions
):
any
;
export
default
fixOptions;