Skip to content

Commit de571a0

Browse files
authored
feat(flow-item): expose FlowItemLike type (#11791)
**Related Issue:** #11750 ## Summary Expose the `FlowItemLike` type, which can be imported via: ```ts import type { FlowItemLike } from "@esri/calcite-components/dist/components/calcite-flow/types" ```
1 parent 9e4ea6e commit de571a0

File tree

1 file changed

+1
-0
lines changed
  • packages/calcite-components/src/components/flow/types

1 file changed

+1
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export type { FlowItemLike } from "../interfaces";

0 commit comments

Comments
 (0)