UNPKG

@mantine/code-highlight

Version:

Code highlight with Mantine theme

6 lines (5 loc) 236 B
interface ExpandIconProps extends React.ComponentPropsWithoutRef<'svg'> { expanded: boolean; } export declare function ExpandIcon({ expanded, style, ...others }: ExpandIconProps): import("react/jsx-runtime").JSX.Element; export {};