diff --git a/index.d.ts b/index.d.ts index 3ae039cf..9d0efde4 100644 --- a/index.d.ts +++ b/index.d.ts @@ -513,7 +513,11 @@ declare namespace utils { } export function SchemaFields(): JSX.Element; -export function Debug(): JSX.Element; + +type DebugProps = { + [FormStateKey in keyof FormState]?: boolean; +}; +export function Debug(props: DebugProps): JSX.Element; // export class Elon { // static inspect([any]): any;