UNPKG

@wonderflow/react-components

Version:

UI components from Wonderflow's Wanda design system

15 lines 1.12 kB
import { ComponentMeta, ComponentStory } from '@storybook/react'; import React from 'react'; import { List } from './list'; declare const story: ComponentMeta<typeof List>; export default story; export declare const Default: ComponentStory<import("../../types/polymorphic").ForwardRefComponent<"ul", import("./list").ListProps> & { Li: React.ForwardRefExoticComponent<import("./list-item").ListItemProps>; } & React.ForwardRefExoticComponent<import("./list-item").ListItemProps>>; export declare const CustomMarker: ComponentStory<import("../../types/polymorphic").ForwardRefComponent<"ul", import("./list").ListProps> & { Li: React.ForwardRefExoticComponent<import("./list-item").ListItemProps>; } & React.ForwardRefExoticComponent<import("./list-item").ListItemProps>>; export declare const MarkerColor: ComponentStory<import("../../types/polymorphic").ForwardRefComponent<"ul", import("./list").ListProps> & { Li: React.ForwardRefExoticComponent<import("./list-item").ListItemProps>; } & React.ForwardRefExoticComponent<import("./list-item").ListItemProps>>; //# sourceMappingURL=list.stories.d.ts.map