ui/components/Icons/ts/ChevronRight.d.ts

4 lines
173 B
TypeScript
Raw Permalink Normal View History

import type { SVGProps } from "react";
declare const ChevronRight: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
export default ChevronRight;