Files
openchamber/packages/ui/src/components/views/walkthrough/stopElementId.ts
T

3 lines
166 B
TypeScript
Raw Normal View History

/** DOM id for a stop section, shared by the stream and its scroll callers. */
export const stopElementId = (stopId: string): string => `walkthrough-stop-${stopId}`;