4 lines
204 B
JavaScript
4 lines
204 B
JavaScript
export { teamsLightTheme, teamsLightV21Theme } from "./lightTheme.js";
|
|
export { teamsDarkTheme, teamsDarkV21Theme } from "./darkTheme.js";
|
|
export { teamsHighContrastTheme } from "./highContrastTheme.js";
|