4 lines
132 B
TypeScript
4 lines
132 B
TypeScript
import type { SVGProps } from 'react';
|
|
import React from 'react';
|
|
export declare const StepBack: React.FC<SVGProps<SVGSVGElement>>;
|