UNPKG

@fluent-windows/core

Version:

React components that inspired by Microsoft's Fluent Design System.

18 lines (17 loc) 266 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.styles = void 0; var root = { maxWidth: 300 }; var table = { width: '100%', borderSpacing: '10px' }; var styles = { root: root, table: table }; exports.styles = styles;