UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

11 lines 309 B
import { h } from 'preact'; import { Text } from '../../../components/text/text.js'; import { Bold } from '../bold.js'; export default { title: 'Inline Text/Bold' }; export const Default = function () { return (h(Text, null, h(Bold, null, "Text"))); }; //# sourceMappingURL=bold.stories.js.map