Skip to content

Commit

Permalink
fix: lib updates
Browse files Browse the repository at this point in the history
  • Loading branch information
saravmajestic committed Oct 3, 2024
1 parent a5c3554 commit fe8d3f3
Show file tree
Hide file tree
Showing 3 changed files with 4,384 additions and 4,234 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ export declare const learningSchema: z.ZodObject<{

export declare const Lineage: (props: Omit<Parameters<typeof LineageProvider>["0"], "children">) => JSX_2.Element;

declare const LineageProvider: ({ theme, lineageType, sqlLineage, dynamicLineage, staticLineage, allowSyncColumnsWithDB, }: LineageProviderProps) => JSX_2.Element;
declare const LineageProvider: ({ theme, lineageType, sqlLineage, dynamicLineage, staticLineage, allowSyncColumnsWithDB, externalSidePanel }: LineageProviderProps) => JSX_2.Element;

declare interface LineageProviderProps {
dynamicLineage?: {
Expand All @@ -319,6 +319,7 @@ declare interface LineageProviderProps {
theme: "dark" | "light";
lineageType: "static" | "dynamic" | "sql";
allowSyncColumnsWithDB?: boolean;
externalSidePanel?: boolean;
}

export { List }
Expand Down
2 changes: 1 addition & 1 deletion webview_panels/src/lib/altimate/main.css

Large diffs are not rendered by default.

Loading

0 comments on commit fe8d3f3

Please sign in to comment.