@selfcommunity/react-ui
Version:
React UI Components to integrate a Community created with SelfCommunity Platform.
15 lines (14 loc) • 500 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Base = void 0;
const tslib_1 = require("tslib");
const jsx_runtime_1 = require("react/jsx-runtime");
const index_1 = tslib_1.__importDefault(require("./index"));
exports.default = {
title: 'Design System/React UI Shared/SCUpScalingTierBadge',
component: index_1.default
};
const template = (args) => (0, jsx_runtime_1.jsx)(index_1.default, Object.assign({}, args));
exports.Base = {
render: template
};