mirror of
https://github.com/ershisan99/inctagram-live-2024-08-30.git
synced 2026-02-04 12:35:06 +00:00
lesson 1
This commit is contained in:
17
.storybook/preview.ts
Normal file
17
.storybook/preview.ts
Normal file
@@ -0,0 +1,17 @@
|
||||
import type { Preview } from '@storybook/react'
|
||||
import '@fontsource/inter/400.css'
|
||||
import '@fontsource/inter/700.css'
|
||||
import '../src/styles/globals.css'
|
||||
|
||||
const preview: Preview = {
|
||||
parameters: {
|
||||
controls: {
|
||||
matchers: {
|
||||
color: /(background|color)$/i,
|
||||
date: /Date$/i,
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
export default preview
|
||||
Reference in New Issue
Block a user