types: fix dts
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
import { describe } from './util'
|
||||
import { expectError } from 'tsd'
|
||||
import { h, createComponent, ref, Fragment, Portal, Suspense } from './index'
|
||||
import {
|
||||
describe,
|
||||
h,
|
||||
createComponent,
|
||||
ref,
|
||||
Fragment,
|
||||
Portal,
|
||||
Suspense
|
||||
} from './index'
|
||||
|
||||
describe('h inference w/ element', () => {
|
||||
// key
|
||||
|
||||
Reference in New Issue
Block a user