@teravn/onui
Version:
The React UI component library is based on MUI
10 lines (9 loc) • 1.07 kB
TypeScript
import React from 'react';
import { StoryFn, Meta } from '@storybook/react';
import { ListItem } from '@mui/material';
declare const _default: Meta<typeof ListItem>;
export default _default;
export declare const Playground: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, import("@mui/material").ListItemOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<React.DetailedHTMLProps<React.LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref"> & {
ref?: ((instance: HTMLLIElement | null) => void | React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | React.RefObject<HTMLLIElement> | null | undefined;
}, "className" | "style" | "classes" | "children" | "sx" | "alignItems" | "slots" | "slotProps" | "componentsProps" | "components" | "disableGutters" | "dense" | "disablePadding" | "ContainerComponent" | "ContainerProps" | "divider" | "secondaryAction">>;
export declare const Primary: StoryFn<typeof ListItem>;