UNPKG

@pnp/spfx-controls-react

Version:

Reusable React controls for SharePoint Framework solutions

14 lines 392 B
/// <reference types="react" /> import { Theme } from "@fluentui/react-components"; export interface IWorldMapProps { description: string; isDarkTheme: boolean; hasTeamsContext: boolean; title: string; theme?: Theme; styles?: React.CSSProperties; className?: string; mapStyleUrl?: string; fitPadding?: number; } //# sourceMappingURL=IWorldMapProps.d.ts.map