@malloydata/malloy-explorer 0.0.269-dev250430213122 → 0.0.271-dev250506000031

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.
@@ -1,7 +1,8 @@
1
1
  import * as Malloy from "@malloydata/malloy-interfaces";
2
- declare export interface QueryActionBarProps {
2
+ interface QueryPanelProps {
3
3
  runQuery: (source: Malloy.SourceInfo, query: Malloy.Query) => void;
4
4
  }
5
- declare export function QueryActionBar(
6
- $$param0$: QueryActionBarProps,
5
+ declare export default function QueryPanel(
6
+ $$param0$: QueryPanelProps,
7
7
  ): $Exports<"react/jsx-runtime">["JSX"]["Element"];
8
+ declare export {};