export default { name: 'KilnLine', props: ['horizontal'], render: function (h) { return (
); }, };