bcgov / design-system

The B.C. Design System helps public sector design and development teams build consistent, accessible products
https://gov.bc.ca/designsystem
Apache License 2.0
56 stars 38 forks source link

Checkbox index file exports CheckboxProps from React Aria Components #485

Closed ty2k closed 2 weeks ago

ty2k commented 2 weeks ago

This broken GitHub Actions job is caused by a missing TypeScript interface that I removed in https://github.com/bcgov/design-system/commit/9cb5205ea4d7ce730d3f4dea506d29b210ab9a39.

The fix in this PR changes the export statement to use the React Aria Component CheckboxProps interface straight from the RAC package.