import { IEffects, ISemanticColors } from '@fluentui/react'; export interface IExtendedEffects extends IEffects { roundedCorner8?: string; roundedCornerCircle?: string; } export interface IExtendedSemanticColors extends ISemanticColors { inputBottomBorderFocus?: string; inputBottomBorderRest?: string; }