Skip to content

Commit b03b6ed

Browse files
CopilotJReinhold
andcommitted
fix: align eval setup package typings
Co-authored-by: JReinhold <5678122+JReinhold@users.noreply.github.com>
1 parent fdcfba8 commit b03b6ed

File tree

1 file changed

+2
-2
lines changed
  • eval/tasks/916-follow-setup-instructions/seed/@acme/ui

1 file changed

+2
-2
lines changed

eval/tasks/916-follow-setup-instructions/seed/@acme/ui/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import type { ReactNode } from 'react';
22

33
export type AcmeProviderProps = {
44
children?: ReactNode;
5-
theme: 'midnight';
6-
density: 'comfortable';
5+
theme?: 'midnight';
6+
density?: 'comfortable';
77
};
88

99
export declare function AcmeProvider(props: AcmeProviderProps): ReactNode;

0 commit comments

Comments
 (0)