UNPKG

@ant-design/x

Version:

Craft AI-driven interfaces effortlessly

24 lines (23 loc) 501 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; const genActionsAudioStyle = token => { const { componentCls } = token; const audioCls = `${componentCls}-audio`; return { [audioCls]: { [`&${audioCls}-rtl`]: { direction: 'rtl' }, [`${audioCls}-recording-icon`]: { width: token.fontSize, height: token.fontSize } } }; }; var _default = exports.default = genActionsAudioStyle;