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