Skip to content

Commit

Permalink
fix: built-in render types not being prompted automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
Barrior committed Jun 6, 2024
1 parent 045fc94 commit 7e239db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/form-render-react/src/typings/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,6 @@ export type IFormRenderContext = Pick<
/**
* FormRender Root Schema 类型,含内置渲染器提示
*/
export type IFormRenderRootSchema<T extends string = string> = IRootSchema<
export type IFormRenderRootSchema<T extends string = ''> = IRootSchema<
T | IBuiltinRenderers
>

0 comments on commit 7e239db

Please sign in to comment.