UNPKG

@zextras/carbonio-shell-ui

Version:

The Zextras Carbonio web client

11 lines (10 loc) 267 B
import type { CSSProperties } from 'react'; declare module '@zextras/carbonio-design-system' { interface Theme { globalCursors: CSSProperties['cursor'][]; } interface Palette { shared: ThemeColorObj; linked: ThemeColorObj; } }