mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 08:01:20 +08:00
chore(api): declare TS module for preval.macro
This commit is contained in:
parent
2704b9ce1c
commit
bf54ddc7d0
1
lib/api/src/typings.d.ts
vendored
1
lib/api/src/typings.d.ts
vendored
@ -1,5 +1,6 @@
|
||||
declare module 'global';
|
||||
declare module '@storybook/semver';
|
||||
declare module 'preval.macro';
|
||||
|
||||
// provided by the webpack define plugin
|
||||
declare var DOCS_MODE: string | undefined;
|
||||
|
@ -1,5 +1,4 @@
|
||||
/* eslint-disable import/no-extraneous-dependencies */
|
||||
// @ts-ignore
|
||||
import preval from 'preval.macro';
|
||||
|
||||
export const version = preval`
|
||||
|
Loading…
x
Reference in New Issue
Block a user