@wonderflow/react-components
Version:
UI components from Wonderflow's Wanda design system
16 lines • 1.23 kB
TypeScript
import { ComponentMeta, ComponentStory } from '@storybook/react';
import React from 'react';
import { Symbol } from './symbol';
declare const story: ComponentMeta<typeof Symbol>;
export default story;
export declare const Default: ComponentStory<React.ForwardRefExoticComponent<React.SVGAttributes<SVGElement | SVGSVGElement> & {
source: import("packages/symbols/dist").SymbolNames | React.ReactElement<HTMLOrSVGElement, string | React.JSXElementConstructor<any>>;
dimension?: 16 | "16" | 24 | "24" | 32 | "32" | 40 | "40" | 48 | "48" | 56 | "56" | 12 | "12" | 18 | "18" | undefined;
weight?: "solid" | "outline" | "duotone" | undefined;
} & React.RefAttributes<SVGSVGElement>>>;
export declare const CustomSymbol: ComponentStory<React.ForwardRefExoticComponent<React.SVGAttributes<SVGElement | SVGSVGElement> & {
source: import("packages/symbols/dist").SymbolNames | React.ReactElement<HTMLOrSVGElement, string | React.JSXElementConstructor<any>>;
dimension?: 16 | "16" | 24 | "24" | 32 | "32" | 40 | "40" | 48 | "48" | 56 | "56" | 12 | "12" | 18 | "18" | undefined;
weight?: "solid" | "outline" | "duotone" | undefined;
} & React.RefAttributes<SVGSVGElement>>>;
//# sourceMappingURL=symbol.stories.d.ts.map