chore(types): convert type literals to records (#1615)
This commit is contained in:
@@ -214,7 +214,7 @@ export function setBlockTracking(value: number) {
|
||||
*/
|
||||
export function createBlock(
|
||||
type: VNodeTypes | ClassComponent,
|
||||
props?: { [key: string]: any } | null,
|
||||
props?: Record<string, any> | null,
|
||||
children?: any,
|
||||
patchFlag?: number,
|
||||
dynamicProps?: string[]
|
||||
|
||||
Reference in New Issue
Block a user