Private
Public Access
1
0
Files

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';