@pnp/spfx-controls-react
Version:
Reusable React controls for SharePoint Framework solutions
7 lines • 421 B
TypeScript
import * as React from 'react';
import { ISwatchColorPickerGroupState, ISwatchColorPickerGroupProps } from './SwatchColorPickerGroup.types';
export default class SwatchColorPickerGroup extends React.Component<ISwatchColorPickerGroupProps, ISwatchColorPickerGroupState> {
render(): React.ReactElement<ISwatchColorPickerGroupProps>;
private handleColorChanged;
}
//# sourceMappingURL=SwatchColorPickerGroup.d.ts.map