Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame contribute delete
232 Bytes
import { create } from "storybook/theming"
// @ts-expect-error
import brandImage from "./storybook-logo.svg"
export default create({
base: "light",
brandTitle: "Chakra UI",
brandUrl: "https://chakra-ui.com",
brandImage,
})