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

Export component interfaces #2313

Merged
merged 2 commits into from
Aug 31, 2023
Merged

Export component interfaces #2313

merged 2 commits into from
Aug 31, 2023

Commits on Aug 31, 2023

  1. export component interfaces, and mark them as internal

    This is not ideal because we don't want these to be public. However, if
    you are creating components on top of Headless UI, the TypeScript
    compiler needs access to them.
    
    So now they are public in a sense, but you shouldn't be interacting with
    them directly.
    
    Co-authored-by: Jordan Pittman <jordan@cryptica.me>
    RobinMalfait and thecrypticace committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    cf0fa33 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    thecrypticace committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    5ec89c5 View commit details
    Browse the repository at this point in the history