UNPKG

creevey

Version:

Cross-browser screenshot testing tool for Storybook with fancy UI Runner

8 lines (7 loc) 235 B
interface IconProps { width?: number; height?: number; } export declare const NextIcon: ({ width, height }: IconProps) => JSX.Element; export declare const ForwardIcon: ({ width, height }: IconProps) => JSX.Element; export {};