@pnp/spfx-controls-react
Version:
Reusable React controls for SharePoint Framework solutions
13 lines • 360 B
TypeScript
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