UNPKG

snabbdom-material

Version:

Stateless UI components for snabbdom that follow material design

17 lines (15 loc) 243 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = function (variables) { return { table: { width: '100%' }, row: {}, rowClickable: { cursor: 'pointer' } }; };