Skip to content

Commit

Permalink
feat: Add scribbleTool components
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerwin-L committed Sep 9, 2022
1 parent fb5f5f9 commit 9fc6dc9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/lb-components/src/types/main.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export type Sider = ({
tagToolSideBar,
textToolSideBar,
horizontal,
scribbleSidebar
}: {
toolIcon: React.ReactNode;
attributeList: React.ReactNode;
Expand All @@ -39,6 +40,7 @@ export type Sider = ({
tagToolSideBar: React.ReactNode;
textToolSideBar: React.ReactNode;
horizontal: React.ReactNode;
scribbleSidebar: React.ReactNode;
}) => React.ReactNode | React.ReactNode;

export type Footer = ({
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ const Sidebar: React.FC<IProps> = ({ sider }) => {
tagToolSideBar,
textToolSideBar,
horizontal,
scribbleSidebar,
})}
</div>
);
Expand Down

0 comments on commit 9fc6dc9

Please sign in to comment.