UNPKG

@pnp/spfx-controls-react

Version:

Reusable React controls for SharePoint Framework solutions

11 lines 393 B
import { Theme } from '@fluentui/react'; import { IEmojiInfo } from './models/IFluentEmoji'; export interface IHoverReactionsBarProps { onSelect: (emoji: string | undefined, emojiInfo?: IEmojiInfo) => void; isOpen: boolean; onDismiss: () => void; top4Reactions?: string[]; target: HTMLDivElement; themeV8?: Theme; } //# sourceMappingURL=IHoverReactionsBarProps.d.ts.map