@spaced-out/ui-design-system
Version:
Sense UI components library
66 lines • 1.67 kB
TypeScript
import * as React from 'react';
import type { ColProps } from './Grid';
declare const _default: {
tags: string[];
title: string;
component: ((({ className, children, span, gridType, repeatTracks, }: import("./Grid").RowProps) => React.JSX.Element) | (({ className, children, gridColumnStart, gridColumnEnd, }: ColProps) => React.JSX.Element))[];
argTypes: {
className: {
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
};
};
span: {
description: string;
control: {
type: string;
min: number;
max: number;
};
table: {
type: {
summary: string;
};
};
};
offset: {
description: string;
control: {
type: string;
min: number;
max: number;
};
table: {
type: {
summary: string;
};
};
};
};
parameters: {
docs: {
subtitle: string;
description: {
component: string;
};
};
storySource: {
componentPath: string;
};
};
};
export default _default;
export declare const _Col: {
(args: ColProps): React.JSX.Element;
args: {
span: number;
offset: number;
};
};
//# sourceMappingURL=Col.stories.d.ts.map