gather-content-ui
Version:
GatherContent UI Library
31 lines • 809 B
TypeScript
import StatusIndicatorComponent from '..';
declare const _default: {
title: string;
component: typeof StatusIndicatorComponent;
args: {
label: string;
current: boolean;
circleLarge: boolean;
medium: boolean;
approved: boolean;
action: boolean;
row: boolean;
small: boolean;
softLabel: boolean;
readOnly: boolean;
bordered: boolean;
completed: boolean;
color: string;
};
argTypes: {
color: {
name: string;
control: {
type: string;
};
};
};
};
export default _default;
export declare function StatusIndicator(args: any): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=StatusIndicator.stories.d.ts.map