UNPKG

sp-react-formfields

Version:

Collection of React controls used for rendering SharePoint fields in custom forms. Support new/edit/display rendering modes.

7 lines (6 loc) 196 B
export default class Subscriptions { subscriptions: any[]; getSubscriptions: () => any[]; subscribe: (subscription: any) => void; unsubscribe: (subscription: any) => void; }