3 lines
94 B
TypeScript
3 lines
94 B
TypeScript
/// <reference types="react" />
|
|
export default function DevLoadingView(): JSX.Element | null;
|