Skip to content

Commit d722cb0

Browse files
committed
chore: Update types definition
1 parent c50f613 commit d722cb0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,7 @@ export interface PublicMethods extends MethodOptions {
346346
parseModel: (value?: ModelValue) => void;
347347
switchView: (view: MenuView, instance?: number) => void;
348348
toggleMenu: () => void;
349+
handleFlow: (step?: number) => void;
349350
}
350351

351352
type InternalModelValue = Date | Date[] | null;

0 commit comments

Comments
 (0)