@brightlayer-ui/react-native-themes
Version:
React Native themes for Brightlayer UI applications
11 lines (8 loc) • 437 B
TypeScript
/**
Copyright (c) 2021-present, Eaton
All rights reserved.
This code is licensed under the BSD-3 license found in the LICENSE file in the root directory of this source tree and at https://opensource.org/licenses/BSD-3-Clause.
**/
export { MD3BluiLightTheme as blue } from './blueTheme.js';
export { MD3BluiDarkTheme as blueDark } from './blueDarkTheme.js';
export { ExtendedTheme, useExtendedTheme, useFontWeight } from './shared.js';