[Product Block Editor]: expose Label component (#42959)
* expose Label component * changelog
This commit is contained in:
parent
1cf4b20fdd
commit
5d20ab5ffa
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: update
|
||||
|
||||
[Product Block Editor]: expose Label component
|
|
@ -63,3 +63,5 @@ export {
|
|||
BlockFillProps,
|
||||
BlockSlotProps,
|
||||
} from './block-slot-fill';
|
||||
|
||||
export { Label as __experimentalLabel } from './label/label';
|
||||
|
|
Loading…
Reference in New Issue