6 lines
182 B
TypeScript
6 lines
182 B
TypeScript
import type React from 'react';
|
|
export declare const TitleUpdater: React.FC;
|
|
export declare const CurrentCompositionKeybindings: React.FC<{
|
|
readonly readOnlyStudio: boolean;
|
|
}>;
|