@moser-inc/moser-labs-react 2.0.0 → 2.0.2

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.
@@ -242,7 +242,19 @@ export declare const useSampleForm: ({ resolver, defaultValues, ...rest }?: UseF
242
242
  value: string;
243
243
  label: string;
244
244
  } | null;
245
- }, undefined>;
245
+ }, {
246
+ select: string;
247
+ text: string;
248
+ checkbox: boolean;
249
+ date: Date | null;
250
+ textCurrency: string;
251
+ textSearch: string;
252
+ textArea: string;
253
+ typeahead: {
254
+ value: string;
255
+ label: string;
256
+ } | null;
257
+ }>;
246
258
  readonly unregister: import('react-hook-form').UseFormUnregister<{
247
259
  select: string;
248
260
  text: string;
@@ -268,7 +280,19 @@ export declare const useSampleForm: ({ resolver, defaultValues, ...rest }?: UseF
268
280
  value: string;
269
281
  label: string;
270
282
  } | null;
271
- }, any>;
283
+ }, any, {
284
+ select: string;
285
+ text: string;
286
+ checkbox: boolean;
287
+ date: Date | null;
288
+ textCurrency: string;
289
+ textSearch: string;
290
+ textArea: string;
291
+ typeahead: {
292
+ value: string;
293
+ label: string;
294
+ } | null;
295
+ }>;
272
296
  readonly register: import('react-hook-form').UseFormRegister<{
273
297
  select: string;
274
298
  text: string;
@@ -295,6 +319,19 @@ export declare const useSampleForm: ({ resolver, defaultValues, ...rest }?: UseF
295
319
  label: string;
296
320
  } | null;
297
321
  }>;
322
+ readonly subscribe: import('react-hook-form').UseFromSubscribe<{
323
+ select: string;
324
+ text: string;
325
+ checkbox: boolean;
326
+ date: Date | null;
327
+ textCurrency: string;
328
+ textSearch: string;
329
+ textArea: string;
330
+ typeahead: {
331
+ value: string;
332
+ label: string;
333
+ } | null;
334
+ }>;
298
335
  };
299
336
  declare const DevViewInputs: React.FC;
300
337
  export default DevViewInputs;