@mantine/code-highlight
Version:
Code highlight with Mantine theme
9 lines (8 loc) • 305 B
TypeScript
interface ExpandIconProps extends React.ComponentPropsWithoutRef<'svg'> {
expanded: boolean;
}
export declare function ExpandIcon({ expanded, style, ...others }: ExpandIconProps): import("react/jsx-runtime").JSX.Element;
export declare namespace ExpandIcon {
var displayName: string;
}
export {};