bb-plane-fork/packages/propel/src/toolbar/index.ts
Anmol Singh Bhatia 3b8bb1effc
[WEB-4733] dev: propel toolbar component (#7742)
* dev: toolbar component added to propel

* dev: toolbar story added

* chore: propel config updated

* chore: code refactor

---------

Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>
2025-09-10 00:15:10 +05:30

8 lines
181 B
TypeScript

export { Toolbar } from "./toolbar";
export type {
ToolbarProps,
ToolbarGroupProps,
ToolbarItemProps,
ToolbarSeparatorProps,
ToolbarSubmitButtonProps,
} from "./toolbar";