@react-pakistan/react-ui-collection
Version:
React UI Collection built upon React Storybook
4 lines (3 loc) • 332 B
TypeScript
/// <reference types="react" />
import { IIconWrapperProps } from './type';
export declare const IconWrapper: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, IIconWrapperProps>>;