@devfamily/admiral
Version:
Admiral is a frontend framework for creating back office using React. It provides out-of-the-box components and tools that make developing an admin interface easy and fast.
21 lines (20 loc) • 573 B
TypeScript
import './_color/_Theme_color_themeLight.css';
import './_color/_Theme_color_themeDark.css';
import './_control/_Theme_control_themeLight.css';
import './_font/_Theme_font_themeLight.css';
import './_size/_Theme_size_themeLight.css';
import './_space/_Theme_space_themeLight.css';
import './_shadow/_Theme_shadow_themeLight.css';
declare const _default: {
color: {
primary: string;
accent: string;
invert: string;
};
control: string;
font: string;
size: string;
space: string;
shadow: string;
};
export default _default;