@omnia/fx
Version:
Provide Omnia Fx typings and tooling for clientside Omnia development.
17 lines (16 loc) • 547 B
TypeScript
import { TsxAllowUnknowProperties, MediaPickerProviderComponentProps } from "../../";
export interface IMicrosoftStreamProviderComponent extends MediaPickerProviderComponentProps {
}
declare global {
namespace VueTsxSupport.JSX {
interface Element {
}
interface ElementClass {
}
interface ElementAttributesProperty {
}
interface IntrinsicElements {
"omfx-media-picker-microsoft-stream-provider": TsxAllowUnknowProperties<IMicrosoftStreamProviderComponent>;
}
}
}