@project44-manifest/react
Version:
Manifest Design System react components
53 lines • 4.36 kB
TypeScript
import * as React from 'react';
declare const _default: {
title: string;
component: import("../../../system").Component<import("..").SelectOptions<"label">>;
subcomponents: {
SelectItem: (props: import("../../..").SelectItemProps) => JSX.Element;
SelectSection: (props: import("../../..").SelectSectionProps) => JSX.Element;
};
};
export default _default;
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Omit<Pick<React.DetailedHTMLProps<React.LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, "key" | keyof React.LabelHTMLAttributes<HTMLLabelElement>> & {
ref?: ((instance: HTMLLabelElement | null) => void) | React.RefObject<HTMLLabelElement> | null | undefined;
}, keyof import("..").SelectOptions<"label">> & {
[index: `data-${string}`]: unknown;
children?: React.ReactNode;
} & import("..").SelectOptions<"label">>;
export declare const Sizes: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Omit<Pick<React.DetailedHTMLProps<React.LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, "key" | keyof React.LabelHTMLAttributes<HTMLLabelElement>> & {
ref?: ((instance: HTMLLabelElement | null) => void) | React.RefObject<HTMLLabelElement> | null | undefined;
}, keyof import("..").SelectOptions<"label">> & {
[index: `data-${string}`]: unknown;
children?: React.ReactNode;
} & import("..").SelectOptions<"label">>;
export declare const StartIcon: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Omit<Pick<React.DetailedHTMLProps<React.LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, "key" | keyof React.LabelHTMLAttributes<HTMLLabelElement>> & {
ref?: ((instance: HTMLLabelElement | null) => void) | React.RefObject<HTMLLabelElement> | null | undefined;
}, keyof import("..").SelectOptions<"label">> & {
[index: `data-${string}`]: unknown;
children?: React.ReactNode;
} & import("..").SelectOptions<"label">>;
export declare const Label: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Omit<Pick<React.DetailedHTMLProps<React.LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, "key" | keyof React.LabelHTMLAttributes<HTMLLabelElement>> & {
ref?: ((instance: HTMLLabelElement | null) => void) | React.RefObject<HTMLLabelElement> | null | undefined;
}, keyof import("..").SelectOptions<"label">> & {
[index: `data-${string}`]: unknown;
children?: React.ReactNode;
} & import("..").SelectOptions<"label">>;
export declare const HelperText: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Omit<Pick<React.DetailedHTMLProps<React.LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, "key" | keyof React.LabelHTMLAttributes<HTMLLabelElement>> & {
ref?: ((instance: HTMLLabelElement | null) => void) | React.RefObject<HTMLLabelElement> | null | undefined;
}, keyof import("..").SelectOptions<"label">> & {
[index: `data-${string}`]: unknown;
children?: React.ReactNode;
} & import("..").SelectOptions<"label">>;
export declare const Invalid: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Omit<Pick<React.DetailedHTMLProps<React.LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, "key" | keyof React.LabelHTMLAttributes<HTMLLabelElement>> & {
ref?: ((instance: HTMLLabelElement | null) => void) | React.RefObject<HTMLLabelElement> | null | undefined;
}, keyof import("..").SelectOptions<"label">> & {
[index: `data-${string}`]: unknown;
children?: React.ReactNode;
} & import("..").SelectOptions<"label">>;
export declare const Controlled: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Omit<Pick<React.DetailedHTMLProps<React.LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, "key" | keyof React.LabelHTMLAttributes<HTMLLabelElement>> & {
ref?: ((instance: HTMLLabelElement | null) => void) | React.RefObject<HTMLLabelElement> | null | undefined;
}, keyof import("..").SelectOptions<"label">> & {
[index: `data-${string}`]: unknown;
children?: React.ReactNode;
} & import("..").SelectOptions<"label">>;
//# sourceMappingURL=Select.stories.d.ts.map