Skip to content

chore(ts): export type Expression#4140

Open
mariusud wants to merge 1 commit intornmapbox:mainfrom
mariusud:mariusud/export-expression
Open

chore(ts): export type Expression#4140
mariusud wants to merge 1 commit intornmapbox:mainfrom
mariusud:mariusud/export-expression

Conversation

@mariusud
Copy link
Contributor

Description

Fixes #4139

@mariusud mariusud requested a deployment to CI with Mapbox Tokens January 22, 2026 12:06 — with GitHub Actions Waiting
@mariusud mariusud requested a deployment to CI with Mapbox Tokens January 22, 2026 12:06 — with GitHub Actions Waiting
@mariusud mariusud requested a deployment to CI with Mapbox Tokens January 22, 2026 12:06 — with GitHub Actions Waiting
@mfazekas
Copy link
Contributor

Thanks for the PR, let think me about this. I understand it's not convenient to declare expression like this:

type Expression = React.ComponentProps<
  typeof CircleLayer
>['filter']` 

But this is what I suggest now. We might want to change expression types. Like in filter you use different expressions than in lineWidth, etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Missing type exports

2 participants