3 lines
108 B
TypeScript
3 lines
108 B
TypeScript
import type { SVGProps } from 'react';
|
|
export declare const JumpToStart: React.FC<SVGProps<SVGSVGElement>>;
|