UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

5 lines (4 loc) 222 B
import { IPropertyRegistrationApi, PropertyRegistration } from "@omnia/fx/ux"; export interface IInternalPropertyRegistrationApi extends IPropertyRegistrationApi { getPropertyRegistrations(): PropertyRegistration[]; }