[Product Block Editor]: expose Label component (#42959)

* expose Label component

* changelog
This commit is contained in:
Damián Suárez 2023-12-19 15:16:50 -03:00 committed by GitHub
parent 1cf4b20fdd
commit 5d20ab5ffa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,4 @@
Significance: patch
Type: update
[Product Block Editor]: expose Label component

View File

@ -63,3 +63,5 @@ export {
BlockFillProps,
BlockSlotProps,
} from './block-slot-fill';
export { Label as __experimentalLabel } from './label/label';