UNPKG

@redocly/theme

Version:

Shared UI components lib

8 lines (7 loc) 313 B
import React from 'react'; import '@testing-library/jest-dom'; export declare function testIconComponent(IconComponent: React.ComponentType<any>, componentName: string): { rendersCorrectlyWithDefaultProps: () => void; appliesCustomSizeAndColor: () => void; hasCorrectDataComponentName: () => void; };