4 lines
157 B
TypeScript
4 lines
157 B
TypeScript
|
import type { SVGProps } from "react";
|
||
|
declare const Star: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||
|
export default Star;
|