UNPKG

@mantine/code-highlight

Version:

Code highlight with Mantine theme

9 lines (8 loc) 286 B
interface CopyIconProps extends React.ComponentPropsWithoutRef<'svg'> { copied: boolean; } export declare function CopyIcon({ copied, ...others }: CopyIconProps): import("react/jsx-runtime").JSX.Element; export declare namespace CopyIcon { var displayName: string; } export {};