2 lines
150 B
TypeScript
Executable file
2 lines
150 B
TypeScript
Executable file
import type { ComponentProps } from 'react';
|
|
export declare function ThumbsUp(props: ComponentProps<'svg'>): import("react/jsx-runtime").JSX.Element;
|