UNPKG

nsn-util

Version:

NSN工具辅助组件

7 lines (6 loc) 172 B
import { CSSProperties } from 'react'; /** * 设置页面根节点 root 的样式 */ declare const setRootStyle: (style: CSSProperties) => void; export { setRootStyle };