@pnp/spfx-property-controls
Version:
Reusable property pane controls for SharePoint Framework solutions
7 lines • 444 B
TypeScript
import * as React from 'react';
import { IPropertyFieldChoiceGroupWithCalloutHostProps } from './IPropertyFieldChoiceGroupWithCalloutHost';
export default class PropertyFieldToggleWithCalloutHost extends React.Component<IPropertyFieldChoiceGroupWithCalloutHostProps, null> {
constructor(props: IPropertyFieldChoiceGroupWithCalloutHostProps);
render(): JSX.Element;
}
//# sourceMappingURL=PropertyFieldChoiceGroupWithCalloutHost.d.ts.map