import type { CSSProperties } from 'react'; export interface BaseTypeProps { style?: CSSProperties; className?: string; }