Shadis/src/_DesignSystem/Logo/Logo.props.ts

4 lines
98 B
TypeScript

export interface LogoProps extends React.ImgHTMLAttributes<HTMLImageElement> {
size?: string;
}