UNPKG

@teravn/onui

Version:

The React UI component library is based on MUI

11 lines (10 loc) 1.06 kB
import React from 'react'; import { StoryFn, Meta } from '@storybook/react'; import { Chip } from '@mui/material'; declare const _default: Meta<typeof Chip>; export default _default; export declare const Playground: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, import("@mui/material").ChipOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & { ref?: ((instance: HTMLDivElement | 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<HTMLDivElement> | null | undefined; }, "className" | "style" | "classes" | "color" | "children" | "sx" | "variant" | "label" | "tabIndex" | "disabled" | "icon" | "size" | "avatar" | "clickable" | "deleteIcon" | "onDelete" | "skipFocusWhenDisabled">>; export declare const Colors: StoryFn<typeof Chip>; export declare const Size: StoryFn<typeof Chip>;