7 lines
172 B
TypeScript
7 lines
172 B
TypeScript
type TimelineRef = {
|
|
collapseAll: () => void;
|
|
expandAll: () => void;
|
|
};
|
|
export declare const timelineRef: import("react").RefObject<TimelineRef | null>;
|
|
export {};
|