exported columns directly
Signed-off-by: Abhay-soni-developer <abhaysoni.developer@gmail.com>
This commit is contained in:
@@ -14,3 +14,5 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
export { CITable } from './CITable';
|
||||
export { columnFactories as ciTableColumnFactories } from './columns';
|
||||
export { defaultCITableColumns } from './presets';
|
||||
|
||||
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user