import React from "react"; export interface BaseTypeProps { style?: React.CSSProperties | any; className?: string; children?: React.ReactNode; }