UNPKG

@univerjs/sheets

Version:

UniverSheet normal base-sheets

8 lines (7 loc) 254 B
import { IMutation } from '@univerjs/core'; export interface IRemoveRangeThemeMutationParams { unitId: string; subUnitId: string; styleName: string; } export declare const RemoveRangeThemeMutation: IMutation<IRemoveRangeThemeMutationParams>;