@spaced-out/ui-design-system
Version:
Sense UI components library
128 lines • 3.05 kB
TypeScript
import * as React from 'react';
import type { FormTitleWrapperProps } from './';
declare const _default: {
tags: string[];
title: string;
component: import("flow-to-typescript-codemod").Flow.AbstractComponent<FormTitleWrapperProps, HTMLDivElement>;
argTypes: {
classNames: {
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
};
};
title: {
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
};
};
iconName: {
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
};
};
iconType: {
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
};
};
iconSize: {
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
};
};
iconColor: {
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
};
};
rightSlot: {
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
};
};
};
parameters: {
docs: {
subtitle: string;
description: {
component: string;
};
};
storySource: {
componentPath: string;
};
};
};
export default _default;
export declare const _WithTitle: {
(args: FormTitleWrapperProps): React.JSX.Element;
args: {
classNames: {
wrapper: string;
};
iconName: string;
title: string;
};
};
export declare const _WithTitleAndRightSlot: {
(args: FormTitleWrapperProps): React.JSX.Element;
args: {
classNames: {
wrapper: string;
};
iconName: string;
title: string;
};
};
//# sourceMappingURL=FormTitleWrapper.stories.d.ts.map