react-antd-cssvars
Version:
A minimal cssvars antd module
8 lines (7 loc) • 467 B
TypeScript
export { default as Button } from "./components/Button/index";
export { default as Tag } from "./components/Tag/index";
export { default as Status } from "./components/Status/index";
export { default as ColorPicker } from "./components/ColorPicker";
export { default as TimelineItem } from "./components/TimelineItem";
export { Theme } from "./Theme";
export type { TThemeColorTypes, TThemeComputed, DThemeColorTypes, TTheme, ThemeColorKeys, } from "./Theme";