Skip to content

Commit 0423a61

Browse files
committed
ui-manchette: export InteractiveWaypoint
This is used in ManchetteProps. Signed-off-by: Simon Ser <[email protected]>
1 parent 3b12079 commit 0423a61

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

ui-manchette/src/index.ts

+6-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,9 @@ import './styles/main.css';
33
import './components/consts';
44

55
export { default, type ManchetteProps } from './components/Manchette';
6-
export type { WaypointMenuData, Waypoint, ProjectPathTrainResult } from './types';
6+
export type {
7+
WaypointMenuData,
8+
Waypoint,
9+
ProjectPathTrainResult,
10+
InteractiveWaypoint,
11+
} from './types';

0 commit comments

Comments
 (0)