props.d.ts 800 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. declare const _default: {
  2. value: {
  3. type: StringConstructor;
  4. value: string;
  5. };
  6. icon: {
  7. type: StringConstructor;
  8. value: string;
  9. };
  10. size: {
  11. type: NumberConstructor;
  12. value: number;
  13. };
  14. iconSize: {
  15. type: any;
  16. value: null;
  17. };
  18. level: {
  19. type: StringConstructor;
  20. value: import("../../../common/shared/qrcode/types").ErrorCorrectionLevel;
  21. };
  22. bgColor: {
  23. type: StringConstructor;
  24. value: string;
  25. };
  26. color: {
  27. type: StringConstructor;
  28. value: string;
  29. };
  30. includeMargin: {
  31. type: BooleanConstructor;
  32. value: boolean;
  33. };
  34. marginSize: {
  35. type: NumberConstructor;
  36. value: number;
  37. };
  38. };
  39. export default _default;