5 lines
309 B
JavaScript
5 lines
309 B
JavaScript
/* eslint-disable @typescript-eslint/no-deprecated */ export { InfoLabel } from './InfoLabel';
|
|
export { renderInfoLabel_unstable } from './renderInfoLabel';
|
|
export { useInfoLabel_unstable } from './useInfoLabel';
|
|
export { infoLabelClassNames, useInfoLabelStyles_unstable } from './useInfoLabelStyles.styles';
|