UNPKG

@sitecore/sc-contenthub-blok

Version:

A UI library for [Sitecore Content Hub](https://doc.sitecore.com/ch/).

8 lines (7 loc) 288 B
import type { Meta, StoryObj } from "@storybook/react"; import { PropsWithChildren } from "react"; declare const meta: Meta<PropsWithChildren>; export default meta; type Story = StoryObj<PropsWithChildren>; export declare const BreadCrumbs: Story; export declare const PlayGround: Story;