UNPKG

@stacksjs/qrx

Version:

QR & Bar Code generating & reading. Lightweight & powerful.

10 lines (9 loc) 237 B
export declare interface FixOptions { margin?: number marginTop?: number marginBottom?: number marginRight?: number marginLeft?: number } export declare function fixOptions(options: FixOptions): any; export default fixOptions;