import React from 'react'; import { TableTr, TableTd } from 'joyent-ui-toolkit'; export default ({ rule = '', global = false, enabled = false }) => ( {rule} {JSON.stringify(global)} {JSON.stringify(enabled)} );