@kcndigitals/lib 1.0.10 → 1.0.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -140,6 +140,10 @@ export declare const getResetPasswordURL: () => string;
140
140
 
141
141
  export declare const getServerIP: () => string;
142
142
 
143
+ export declare const HR_PAYROLL_TAG = "HR_Payroll";
144
+
145
+ export declare const HRPayrollLogin: () => JSX_2.Element;
146
+
143
147
  export declare const HS_TAG = "Housing_Society";
144
148
 
145
149
  declare type InputType = 'text' | 'number' | 'date' | 'email' | 'password' | 'multiline';
@@ -185,6 +189,7 @@ export declare enum LoginTag {
185
189
  Inventory = "Inventory",
186
190
  Stock = "Stock",
187
191
  Housing_Society = "Housing_Society",
192
+ HR_Payroll = "HR_Payroll",
188
193
  Prod_Housing_Society = "PROD_Housing_Society",
189
194
  Prod_Inventory = "PROD_Inventory"
190
195
  }