Sha256: dfff3fde465090e1a2d0ad0fffa34984db3bc6a2fd898f27c386dd5011b233c4

Contents?: true

Size: 232 Bytes

Versions: 9

Compression:

Stored size: 232 Bytes

Contents

import React from 'react';
import PropTypes from 'prop-types';

const TableIndexPage = ({ children }) => <div>{children}</div>;

TableIndexPage.propTypes = {
  children: PropTypes.node.isRequired,
};

export default TableIndexPage;

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
foreman_webhooks-4.0.0 webpack/__mocks__/foremanReact/components/PF4/TableIndexPage/TableIndexPage.js
foreman_webhooks-3.2.3 webpack/__mocks__/foremanReact/components/PF4/TableIndexPage/TableIndexPage.js
foreman_webhooks-3.2.2 webpack/__mocks__/foremanReact/components/PF4/TableIndexPage/TableIndexPage.js
foreman_webhooks-3.1.1 webpack/__mocks__/foremanReact/components/PF4/TableIndexPage/TableIndexPage.js
foreman_webhooks-3.2.1 webpack/__mocks__/foremanReact/components/PF4/TableIndexPage/TableIndexPage.js
foreman_webhooks-3.2.0 webpack/__mocks__/foremanReact/components/PF4/TableIndexPage/TableIndexPage.js
foreman_webhooks-3.1.0 webpack/__mocks__/foremanReact/components/PF4/TableIndexPage/TableIndexPage.js
foreman_webhooks-3.0.5 webpack/__mocks__/foremanReact/components/PF4/TableIndexPage/TableIndexPage.js
foreman_webhooks-3.0.4 webpack/__mocks__/foremanReact/components/PF4/TableIndexPage/TableIndexPage.js