@selfcommunity/react-ui
Version:
React UI Components to integrate a Community created with SelfCommunity Platform.
6 lines (5 loc) • 346 B
TypeScript
import type { StoryObj } from '@storybook/react';
import SCUpScalingTierBadge from './index';
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("./index").UpScalingTierProps>;
export default _default;
export declare const Base: StoryObj<typeof SCUpScalingTierBadge>;