exported columns directly

Signed-off-by: Abhay-soni-developer <abhaysoni.developer@gmail.com>
This commit is contained in:
Abhay-soni-developer
2023-09-21 13:48:36 +05:30
parent 66681d08f3
commit f0ee0bba59
2 changed files with 6 additions and 0 deletions
@@ -14,3 +14,5 @@
* limitations under the License.
*/
export { CITable } from './CITable';
export { columnFactories as ciTableColumnFactories } from './columns';
export { defaultCITableColumns } from './presets';
+4
View File
@@ -34,3 +34,7 @@ export {
} from './components/Router';
export { JENKINS_ANNOTATION, LEGACY_JENKINS_ANNOTATION } from './constants';
export * from './api';
export {
ciTableColumnFactories,
defaultCITableColumns,
} from './components/BuildsPage/lib/CITable';