@redocly/theme
Version:
Shared UI components lib
12 lines (11 loc) • 370 B
TypeScript
import React from 'react';
type IconProps = {
size?: string;
color?: string;
className?: string;
onClick?: () => void;
};
export declare const ChevronSortIcon: import("styled-components").StyledComponent<({ className, onClick }: IconProps) => React.JSX.Element, any, {
'data-component-name': string;
} & IconProps, "data-component-name">;
export {};