3 lines
123 B
TypeScript
3 lines
123 B
TypeScript
import type { VideoConfig } from './video-config.js';
|
|
export declare const useUnsafeVideoConfig: () => VideoConfig | null;
|