@spaced-out/ui-design-system
Version:
Sense UI components library
79 lines • 1.88 kB
TypeScript
import * as React from 'react';
import type { SeparatorProps } from './';
declare const _default: {
tags: string[];
title: string;
component: import("flow-to-typescript-codemod").Flow.AbstractComponent<SeparatorProps, HTMLDivElement>;
argTypes: {
orientation: {
description: string;
control: {
type: string;
};
options: unknown[];
table: {
type: {
summary: string;
};
defaultValue: {
summary: "vertical";
};
};
};
width: {
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
};
};
height: {
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
};
};
classNames: {
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 _Separator: {
(args: SeparatorProps): React.JSX.Element;
args: {
classNames: {
wrapper: string;
};
orientation: string;
};
};
//# sourceMappingURL=Separator.stories.d.ts.map