export type P = {
  type?: string;
  size?: 'small' | 'normal' | 'large';
  label?: string;
  icon?: boolean;