Skip to content

Commit c37e661

Browse files
Update exports to be global (spfx-fast-serve warnings), removing uservoice links as not working anymore
1 parent 1e218d3 commit c37e661

3 files changed

Lines changed: 3 additions & 7 deletions

File tree

  • docs/documentation/docs/controls/fields
  • src/controls

docs/documentation/docs/controls/fields/main.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
# Field Customizer Out-of-the-box Fields Controls
22

33
These controls represent React controls that can be used in SPFx Field Customizers to provide rendering of the fields similar to out of the box experience. Additional benefit is ability to set custom css classes and styles to the component.
4-
Related UserVoice requests:
5-
6-
[https://sharepoint.uservoice.com/forums/329220-sharepoint-dev-platform/suggestions/18810637-access-to-re-use-modern-field-render-controls](https://sharepoint.uservoice.com/forums/329220-sharepoint-dev-platform/suggestions/18810637-access-to-re-use-modern-field-render-controls)<br>
7-
[https://sharepoint.uservoice.com/forums/329220-sharepoint-dev-platform/suggestions/31530607-field-customizer-ability-to-call-ootb-render-meth](https://sharepoint.uservoice.com/forums/329220-sharepoint-dev-platform/suggestions/31530607-field-customizer-ability-to-call-ootb-render-meth)
84

95
## Usage
106

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export * from './ShowMessage';
2-
export {IShowMessageProps} from './IShowMessageProps';
2+
export * from './IShowMessageProps';
33

44

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export * from './ProgressStepsIndicator';
2-
export { IProgressStepsIndicatorProps } from './IProgressStepsIndicatorProps';
3-
export { IStep } from './IStep';
2+
export * from './IProgressStepsIndicatorProps';
3+
export * from './IStep';

0 commit comments

Comments
 (0)