UNPKG
@antv/s2-react-components
Version:
latest (2.1.2)
next (1.1.0-next.1)
2.1.2
2.1.1
2.1.0
2.0.1
2.0.0
1.1.0-next.1
1.0.1-next.1
1.0.0-next.1
React components for S2
s2.antv.antgroup.com
antvis/S2
@antv/s2-react-components
/
lib
/
components
/
text-align-panel
/
utils.d.ts
8 lines
(7 loc)
•
312 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
type
{ S2Theme }
from
'@antv/s2'
;
import
type
{
TextAlignPanelOptions
}
from
'./interface'
;
/** * 生成表格文本对齐方式主题配置 *
@see
https://s2.antv.antgroup.com/zh/docs/api/general/s2-theme */
export
declare
function
generateCellTextAlignTheme
(
options
:
TextAlignPanelOptions
): S2Theme;