UNPKG

@pnp/spfx-property-controls

Version:

Reusable property pane controls for SharePoint Framework solutions

11 lines 408 B
import * as React from "react"; import { Theme } from "@fluentui/react-components"; interface ISelectPaletteProps { selectedPalette: string; onPaletteChange: (palette: Record<string, string[]>) => void; palettes: Record<string, string[]>; theme?: Theme; } export declare const SelectPalette: React.FunctionComponent<ISelectPaletteProps>; export {}; //# sourceMappingURL=SelectPalette.d.ts.map