chore(api): declare TS module for preval.macro

This commit is contained in:
Gaëtan Maisse 2021-02-01 20:32:13 +01:00
parent 2704b9ce1c
commit bf54ddc7d0
No known key found for this signature in database
GPG Key ID: D934C0EF3714A8A8
2 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,6 @@
declare module 'global'; declare module 'global';
declare module '@storybook/semver'; declare module '@storybook/semver';
declare module 'preval.macro';
// provided by the webpack define plugin // provided by the webpack define plugin
declare var DOCS_MODE: string | undefined; declare var DOCS_MODE: string | undefined;

View File

@ -1,5 +1,4 @@
/* eslint-disable import/no-extraneous-dependencies */ /* eslint-disable import/no-extraneous-dependencies */
// @ts-ignore
import preval from 'preval.macro'; import preval from 'preval.macro';
export const version = preval` export const version = preval`