Skip to content
This repository was archived by the owner on May 15, 2022. It is now read-only.

Commit c0b9a67

Browse files
authored
Update index.d.ts
1 parent b36b5dd commit c0b9a67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ export class DatFolder extends React.Component<DatFolderProps, any> { }
3838
export interface DatPresetsProps extends DatUnChangableFieldProps {
3939
onUpdate: (data: any) => any;
4040
options: {
41-
presetName: string;
42-
data: any; // Initial data
41+
presetName?: string;
42+
data?: any; // Initial data
4343
preset: any; // Your preset
4444
}
4545
}

0 commit comments

Comments
 (0)