UNPKG
@lglab/react-qr-code
Version:
latest (1.7.1)
1.7.1
1.7.0
1.6.0
1.5.0
1.4.10
1.4.9
1.4.5
1.4.4
1.4.3
1.4.2
1.4.0
1.3.4
1.3.3
1.3.1
1.3.0
1.2.2
1.2.1
1.2.0
1.1.0
1.0.1
1.0.0
React library to generate QR codes
reactqrcode.com
LGLabGreg/react-qr-code
@lglab/react-qr-code
/
dist
/
components
/
finder-patterns-inner.d.ts
4 lines
•
282 B
TypeScript
View Raw
1
2
3
4
import
{
ReactNode
}
from
'react'
;
import
{
FinderPatternsInnerProps
}
from
'../types/utils'
;
export
declare
const
FinderPatternsInner
:
(
{ modules, margin, settings, gradient, gradientId, }:
FinderPatternsInnerProps
) =>
ReactNode
;
//# sourceMappingURL=finder-patterns-inner.d.ts.map