Files
ob248.com/node_modules/@nsmr/pixelart-react/dist/components/Github2.d.ts
2026-02-05 17:31:20 +00:00

10 lines
281 B
TypeScript

import React from 'react';
export interface Github2Props extends React.SVGProps<SVGSVGElement> {
size?: number | string;
className?: string;
}
export declare const Github2: {
({ size, className, ...props }: Github2Props): React.JSX.Element;
displayName: string;
};