UNPKG

@redocly/theme

Version:

Shared UI components lib

7 lines (6 loc) 277 B
import React from 'react'; export declare function testIconComponent(IconComponent: React.ComponentType<any>, componentName: string): { rendersCorrectlyWithDefaultProps: () => void; appliesCustomSizeAndColor: () => void; hasCorrectDataComponentName: () => void; };