@kcndigitals/lib 1.0.8 → 1.0.10

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
@@ -229,6 +229,8 @@ declare interface OptionalColumn<T> {
229
229
  dataKey: keyof T;
230
230
  }
231
231
 
232
+ export declare const OtpVerificationScreen: default_2.FC;
233
+
232
234
  export declare const postRequestOptions: () => {
233
235
  crossDomain: boolean;
234
236
  method: string;