// Copyright 2017-2025 @pezkuwi/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ThemeDef } from './types.js'; export const darkTheme: ThemeDef = { theme: 'dark' }; export const lightTheme: ThemeDef = { theme: 'light' };