UNPKG

x-data-spreadsheet

Version:
8 lines (7 loc) 151 B
/* global window */ export const cssPrefix = 'x-spreadsheet'; export const dpr = window.devicePixelRatio || 1; export default { cssPrefix, dpr, };