@makeen.io/material-ui-kit
Version:
Makeen UI components kit. Based on material-ui.
10 lines (9 loc) • 355 B
TypeScript
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;