Closed ty2k closed 2 months 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.
CheckboxProps
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.