communication-react-19
Version:
React library for building modern communication user experiences utilizing Azure Communication Services (React 19 compatible fork)
17 lines • 454 B
TypeScript
/// <reference types="react" />
/**
* @internal
*/
export interface _HighContrastAwareIconProps {
/** Icon name */
iconName: string;
/** Whether button is disabled */
disabled?: boolean | undefined;
}
/**
* This is a helper component to define and unify icon colors
*
* @internal
*/
export declare const _HighContrastAwareIcon: (props: _HighContrastAwareIconProps) => JSX.Element;
//# sourceMappingURL=HighContrastAwareIcon.d.ts.map