@lglab/react-qr-code
Version:
React library to generate QR codes
29 lines • 735 B
TypeScript
export declare const dataModulesRoundedNeighbours: (string | {
left: boolean;
right: boolean;
top: boolean;
bottom: boolean;
count: number;
})[][];
export declare const dataModulesLeafNeighbours: (string | {
left: boolean;
right: boolean;
top: boolean;
bottom: boolean;
count: number;
})[][];
export declare const dataModulesVerticalLineNeighbours: (string | {
left: boolean;
right: boolean;
top: boolean;
bottom: boolean;
count: number;
})[][];
export declare const dataModulesHorizontalLineNeighbours: (string | {
left: boolean;
right: boolean;
top: boolean;
bottom: boolean;
count: number;
})[][];
//# sourceMappingURL=data-modules-neightbours.d.ts.map