@turquoisehealth/pit-viper 2.72.1-dev.8 → 2.73.1-dev.0

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.
@@ -341,10 +341,6 @@ export declare const PvDataTableWithChart: <T>(__VLS_props: NonNullable<Awaited<
341
341
  getCsvData: () => Promise<string | null> | undefined;
342
342
  refreshData: (params?: RefreshServerSideParams | null) => Promise<void> | undefined;
343
343
  getFilterValueSelectedMetadataMap: () => Record<string, (FilterValueResponseOption | null)[]> | undefined;
344
- getFocusState: () => {
345
- focuses: string[];
346
- focusType: string | null;
347
- };
348
344
  }>): void;
349
345
  attrs: any;
350
346
  slots: {};