Variable ButtonConst

Button: {
    Destructive: FC<ButtonProps>;
    LinkLike: FC<ButtonProps>;
    Primary: FC<ButtonProps>;
    Secondary: FC<ButtonProps>;
} = ...

Type declaration

  • Destructive: FC<ButtonProps>
  • LinkLike: FC<ButtonProps>
  • Primary: FC<ButtonProps>
  • Secondary: FC<ButtonProps>