UNPKG

@thenewboston/ui

Version:

UI Library for the thenewboston community

7 lines (6 loc) 219 B
import { Meta, Story } from '@storybook/react'; import { QrProps } from './index'; import '../../styles/colors.css'; declare const meta: Meta; export default meta; export declare const QrTemplate: Story<QrProps>;