@spaced-out/ui-design-system
Version:
Sense UI components library
41 lines • 1.04 kB
TypeScript
import * as React from 'react';
import type { RowProps } from './Grid';
declare const _default: {
tags: string[];
title: string;
component: (({ className, children, span, gridType, repeatTracks, }: RowProps) => React.JSX.Element)[];
argTypes: {
className: {
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 _Row: (args: RowProps) => React.JSX.Element;
export declare const _ResponsiveRow: {
(args: RowProps): React.JSX.Element;
args: {
gridType: string;
repeatTracks: string;
};
};
//# sourceMappingURL=Row.stories.d.ts.map