Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(action-sheet, alert, toast): button roles autocomplete with available options #27940

Merged
merged 7 commits into from Jan 30, 2024

Commits on Aug 5, 2023

  1. Copy the full SHA
    1b9bd0b View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Copy the full SHA
    5d78a7d View commit details
    Browse the repository at this point in the history
  2. Export LiteralUnion type

    izyuumi committed Aug 21, 2023
    Copy the full SHA
    407ee7c View commit details
    Browse the repository at this point in the history
  3. Use LiteralUnion

    "x" | "y" | string => LiteralUnion<"x" | "y", string>
    izyuumi committed Aug 21, 2023
    Copy the full SHA
    67adfba View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Copy the full SHA
    ca31af6 View commit details
    Browse the repository at this point in the history
  2. Fix LiteralUnion with Toast

    izyuumi committed Aug 23, 2023
    Copy the full SHA
    d37b22f View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Copy the full SHA
    a7d4ded View commit details
    Browse the repository at this point in the history