mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-20 05:02:37 +08:00
Fix preact typescript type
This commit is contained in:
parent
b28274eae8
commit
80fcccdd87
@ -1,6 +1,6 @@
|
||||
import { StoryFn, ClientStoryApi, Loadable } from '@storybook/addons';
|
||||
|
||||
export type StoryFnPreactReturnType = string | Node | JSX.Element;
|
||||
export type StoryFnPreactReturnType = string | Node | preact.JSX.Element;
|
||||
|
||||
export interface ShowErrorArgs {
|
||||
title: string;
|
||||
|
Loading…
x
Reference in New Issue
Block a user