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

types: export type AriaAttributes #8909

Merged
merged 1 commit into from Dec 11, 2023

Conversation

productdevbook
Copy link
Contributor

Hi, my first vue pr :D

@@ -46,7 +46,7 @@ type Booleanish = boolean | 'true' | 'false'
type Numberish = number | string

// All the WAI-ARIA 1.1 attributes from https://www.w3.org/TR/wai-aria-1.1/
interface AriaAttributes {
export interface AriaAttributes {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why export it?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

because i need types i will use in Oku / primitives Also, this is exported on the react.

Copy link
Contributor

@Shyam-Chen Shyam-Chen Aug 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@productdevbook Why you need it? 🤔🤔🤔

image

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

link

The last place you showed. Core developers always need this data.

@sxzz sxzz added the ready to merge The PR is ready to be merged. label Aug 4, 2023
@yyx990803 yyx990803 changed the base branch from main to minor December 11, 2023 14:05
@yyx990803 yyx990803 merged commit fd0b6ba into vuejs:minor Dec 11, 2023
11 checks passed
@productdevbook productdevbook deleted the t-ariaattributes branch December 11, 2023 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready to merge The PR is ready to be merged.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

4 participants