UNPKG

@makeen.io/material-ui-kit

Version:
10 lines (9 loc) 355 B
export declare type BasePreviewProps = { className?: string; InputIcon: any; main: any; reverse?: boolean; sub: string; }; declare const BasePreview: import("styled-components").StyledComponent<({ className, InputIcon, main, sub, reverse, }: BasePreviewProps) => JSX.Element, any, BasePreviewProps, never>; export default BasePreview;