UNPKG

@pnp/spfx-property-controls

Version:

Reusable property pane controls for SharePoint Framework solutions

7 lines 444 B
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