|
@@ -1,4 +1,4 @@
|
|
|
-const certTemplate = (label) => {
|
|
|
|
|
|
|
+export const certConfig = (label: string) => {
|
|
|
let certTemplateName;
|
|
let certTemplateName;
|
|
|
let certWidth = "1090px";
|
|
let certWidth = "1090px";
|
|
|
let certHeight = "710px";
|
|
let certHeight = "710px";
|
|
@@ -130,5 +130,3 @@ const certTemplate = (label) => {
|
|
|
|
|
|
|
|
return certConfig
|
|
return certConfig
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
-export default certTemplate
|
|
|