@talend/react-components
Version:
Set of react components.
7 lines • 323 B
JavaScript
import AboutDialog from './AboutDialog.component';
import { AboutDialogTable, Text, getColumnHeaders } from './AboutDialogTable.component';
AboutDialogTable.Text = Text;
AboutDialogTable.getColumnHeaders = getColumnHeaders;
AboutDialog.Table = AboutDialogTable;
export default AboutDialog;
//# sourceMappingURL=index.js.map