amis-rpc-design/node_modules/antd/es/segmented/style/index.d.ts

35 lines
943 B
TypeScript
Raw Normal View History

2023-10-07 19:42:30 +08:00
export interface ComponentToken {
/**
* @desc
* @descEN Text color of item
*/
itemColor: string;
/**
* @desc
* @descEN Text color of item when hover
*/
itemHoverColor: string;
/**
* @desc
* @descEN Background color of item when hover
*/
itemHoverBg: string;
/**
* @desc
* @descEN Background color of item when active
*/
itemActiveBg: string;
/**
* @desc
* @descEN Background color of item when selected
*/
itemSelectedBg: string;
/**
* @desc
* @descEN Text color of item when selected
*/
itemSelectedColor: string;
}
declare const _default: (prefixCls: string) => import("../../theme/interface").UseComponentStyleResult;
export default _default;