@malloy-publisher/app 0.0.52 → 0.0.53

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 +1 @@
1
- export declare function HomePage(): import("react/jsx-runtime").JSX.Element;
1
+ export default function HomePage(): import("react/jsx-runtime").JSX.Element;
@@ -1,5 +1 @@
1
- interface PublisherConfigProps {
2
- showHeader?: boolean;
3
- }
4
- export default function MainPage({ showHeader }: PublisherConfigProps): import("react/jsx-runtime").JSX.Element;
5
- export {};
1
+ export default function MainPage(): import("react/jsx-runtime").JSX.Element;