lucid-ui
Version:
A UI component library from Xandr.
39 lines • 1.39 kB
TypeScript
import React from 'react';
declare const _default: {
title: string;
component: {
(props: import("./NotchedTag").INotchedTagProps): React.ReactElement<any, string | React.JSXElementConstructor<any>>;
defaultProps: {
size: import("./NotchedTag").Size;
tagStyle: import("./NotchedTag").TagStyle;
};
displayName: string;
propTypes: {
children: import("prop-types").Requireable<import("prop-types").ReactNodeLike>;
className: import("prop-types").Requireable<string>;
type: import("prop-types").Requireable<import("./NotchedTag").Type>;
size: import("prop-types").Requireable<import("./NotchedTag").Size>;
tagStyle: import("prop-types").Requireable<import("./NotchedTag").TagStyle>;
style: import("prop-types").Requireable<object>;
};
peek: {
description: string;
notes: {
overview: string;
intendedUse: string;
technicalRecommendations: string;
};
categories: string[];
};
};
parameters: {
docs: {
description: {
component: any;
};
};
};
};
export default _default;
export declare const Basic: () => JSX.Element;
//# sourceMappingURL=NotchedTag.stories.d.ts.map