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(core.d.ts): export HTMLAttributes and DevJSX to fix TS4023 issue … #5141

Merged
merged 3 commits into from
Sep 15, 2023

Commits on Sep 10, 2023

  1. fix(core.d.ts): export HTMLAttributes and DevJSX to fix TS4023 issue …

    …when creating qwik UI lib
    
    fix QwikDev#5140
    gparlakov committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    78dae6a View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. docs: update api.md

    Update api.md with the exposed DevJSX and QwikIntrinsicElements constituents
    
    re QwikDev#5140
    gparlakov committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    1da8357 View commit details
    Browse the repository at this point in the history
  2. docs(core.d.ts): add public annotation to exported types

    Add public annotation to exported types
    
    re QwikDev#5140
    gparlakov committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    da8fb64 View commit details
    Browse the repository at this point in the history