@redocly/theme
Version:
Shared UI components lib
12 lines (11 loc) • 444 B
TypeScript
import React from 'react';
import type { IconProps } from '../../icons/types';
export interface AiStarsIconProps extends IconProps {
background?: string;
borderRadius?: string;
padding?: string;
margin?: string;
}
export declare const AiStarsIcon: import("styled-components").StyledComponent<(props: AiStarsIconProps) => React.JSX.Element, any, {
'data-component-name': string;
} & AiStarsIconProps, "data-component-name">;