Skip to content

Commit

Permalink
Export parameter types (#2036)
Browse files Browse the repository at this point in the history
* Export parameter types

* Export DrillData Type

* Export DimensionContextEntry Type
  • Loading branch information
whscullin authored Dec 6, 2024
1 parent b81f046 commit 65f84f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/malloy-render/src/component/render.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ import {
TableConfig,
VegaConfigHandler,
} from './types';
export type {DimensionContextEntry, DrillData} from './types';
import css from './render.css?raw';

export type MalloyRenderProps = {
Expand Down
4 changes: 3 additions & 1 deletion packages/malloy/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,9 @@ export type {
// Needed for drills in render
FilterCondition,
SQLSentence,
// Used in Composer Demo
// Used in Composer
Argument,
Parameter,
FieldDef,
PipeSegment,
QueryFieldDef,
Expand Down

0 comments on commit 65f84f3

Please sign in to comment.