mirror of
https://github.com/react95-io/React95.git
synced 2026-04-26 03:00:18 -04:00
This also upgrades many dependencies, removes storybook-addon-styled-component-theme and configures babel in preparation for Storybook v7.
10 lines
139 B
TypeScript
10 lines
139 B
TypeScript
declare module '*.png' {
|
|
const value: string;
|
|
export = value;
|
|
}
|
|
|
|
declare module '*.woff2' {
|
|
const value: string;
|
|
export = value;
|
|
}
|