Skip to content

Commit

Permalink
[Feat]Support Zoom to layer in layer panel
Browse files Browse the repository at this point in the history
Signed-off-by: liuwo <18484922722@qq.com>
  • Loading branch information
liuwo committed Jan 29, 2024
1 parent 1d45d49 commit 97ef605
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export type LayerPanelHeaderProps = {
enableConfig: ComponentType<Partial<BaseProps>>;
resetIsValid: ComponentType<Partial<BaseProps>>;
duplicate: ComponentType<Partial<BaseProps>>;
Crosshairs: ComponentType<Partial<BaseProps>>;
crosshairs: ComponentType<Partial<BaseProps>>;
};
listeners?: React.ElementType;
};
Expand Down

0 comments on commit 97ef605

Please sign in to comment.