File size: 232 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 11 |
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,
})
|