HUANG XUAN KUN
HUANG XUAN KUN
这不现实,但你可以在发布storybook后,在dumi里引入storybook的iframe
```tsx interface DateTimeProps extends React.HTMLAttributes { datetime: number; region: Region; } ``` 像这种extend引入interface, 有加filter处理的打算吗
Same issue here
> > I'm seeing similar behavior for imports as well. I have a file `wtf.ts` with the contents: > > ``` > > import { test } from "./test"; >...