UNPKG

@pnp/spfx-property-controls

Version:

Reusable property pane controls for SharePoint Framework solutions

7 lines 419 B
import * as React from 'react'; import { IPropertyFieldToggleWithCalloutHostProps } from './IPropertyFieldToggleWithCalloutHost'; export default class PropertyFieldToggleWithCalloutHost extends React.Component<IPropertyFieldToggleWithCalloutHostProps, null> { constructor(props: IPropertyFieldToggleWithCalloutHostProps); render(): JSX.Element; } //# sourceMappingURL=PropertyFieldToggleWithCalloutHost.d.ts.map