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

Commit b36b5dd

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ export class DatFolder extends React.Component<DatFolderProps, any> { }
3636

3737

3838
export interface DatPresetsProps extends DatUnChangableFieldProps {
39+
onUpdate: (data: any) => any;
3940
options: {
4041
presetName: string;
4142
data: any; // Initial data

0 commit comments

Comments
 (0)