@kadconsulting/dry
Version:
KAD Reusable Component Library
30 lines (29 loc) • 1.37 kB
TypeScript
/// <reference types="react" />
import type { StoryObj } from '@storybook/react';
import type { DisplayLgProps } from './DisplayLgTypes';
declare const _default: {
title: string;
tags: string[];
component: import("react").ForwardRefExoticComponent<DisplayLgProps & import("react").RefAttributes<HTMLDivElement>>;
argTypes: {};
};
export default _default;
type Story = StoryObj<DisplayLgProps>;
export declare const Default: Story;
export declare const Medium: Story;
export declare const Semibold: Story;
export declare const Bold: Story;
export declare const OnASurface: Story;
export declare const OnASurfaceWithHue: Story;
export declare const OnAPrimaryDullBackground: Story;
export declare const OnAPrimaryBackground: Story;
export declare const OnAPrimaryDistinctBackground: Story;
export declare const OnAPrimaryDullBackgroundWithHue: Story;
export declare const OnAPrimaryBackgroundWithHue: Story;
export declare const OnAPrimaryDistinctBackgroundWithHue: Story;
export declare const SurfaceOnAPrimaryDullBackground: Story;
export declare const SurfaceOnAPrimaryBackground: Story;
export declare const SurfaceOnAPrimaryDistinctBackground: Story;
export declare const SurfaceOnAPrimaryDullBackgroundWithHue: Story;
export declare const SurfaceOnAPrimaryBackgroundWithHue: Story;
export declare const SurfaceOnAPrimaryDistinctBackgroundWithHue: Story;