Skip to content

lyricFontWeightAtom

This content is not available in your language yet.

const lyricFontWeightAtom: WritableAtom<number | string, [number | string | ((prev) => number | string) | typeof RESET], void>;

Defined in: packages/react-full/src/states/configAtoms.ts:194

设置歌词组件的字体字重

等同于 CSS 的 font-weight 属性

600