UNPKG

@storybook/nextjs

Version:

Storybook for Next.js: Develop, document, and test UI components in isolation

15 lines (12 loc) 237 B
declare module '*.svg' { const content: string; export default content; } declare module '*.avif' { const content: string; export default content; } declare module '*.png' { const content: string; export default content; }