@dfds-ui/storybook-design 0.9.6 → 0.9.7-alpha.3a2ef8a2

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.
@@ -11,6 +11,7 @@ export declare type PreviewProps = {
11
11
  export declare const Canvas: ({ gray, height, width, ...rest }: PreviewProps) => JSX.Element;
12
12
  /** @deprecated use Canvas */
13
13
  export declare const Preview: ({ gray, height, width, ...rest }: PreviewProps) => JSX.Element;
14
+ export declare const Source: (props: any) => JSX.Element;
14
15
  export declare const LabWarningBanner: () => JSX.Element;
15
16
  export declare const DeprecatedBanner: ({ headline, children }: {
16
17
  headline: string;