stone-kit
Version:
uikit for redesign
23 lines (22 loc) • 357 B
JavaScript
import { Text as t } from "../../../../components/Text/ui/Text.js";
const o = {
title: "shared/ui/Text",
component: t,
parameters: {
layout: "centered"
},
tags: ["autodocs"]
}, a = {
args: {
children: "Some text"
}
}, r = {
args: {
html: "<b>Some bold text</b>"
}
};
export {
a as Default,
r as WithHtml,
o as default
};