UNPKG

@fluster.io/dev

Version:

7 lines (6 loc) 169 B
import { ReactNode } from 'react'; import { IconProps } from '../types'; export declare const RustIcon: { (props: IconProps): ReactNode; displayName: string; };