import sharedConfig from "@repo/config-tailwind" /** @type {Pick} */ const config = { content: [".storybook/preview.tsx", "../../packages/**/*.tsx"], presets: [sharedConfig], } export default config