We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b12079 commit 0423a61Copy full SHA for 0423a61
ui-manchette/src/index.ts
@@ -3,4 +3,9 @@ import './styles/main.css';
3
import './components/consts';
4
5
export { default, type ManchetteProps } from './components/Manchette';
6
-export type { WaypointMenuData, Waypoint, ProjectPathTrainResult } from './types';
+export type {
7
+ WaypointMenuData,
8
+ Waypoint,
9
+ ProjectPathTrainResult,
10
+ InteractiveWaypoint,
11
+} from './types';
0 commit comments