UNPKG

@underpostnet/underpost

Version:
14 lines (11 loc) 277 B
const CssDefaultDark = { theme: 'default-dark', dark: true, render: async () => html` <style></style> `, }; const CssDefaultLight = { theme: 'default-light', dark: false, render: async () => html` <style></style> `, }; export { CssDefaultDark, CssDefaultLight };