@omnia/fx-spfx
Version:
Provide Omnia Fx Sharepoint Stuffs.
25 lines (24 loc) • 1.29 kB
TypeScript
import { OmniaWPContainerSettingsModel } from "../../models";
import { OmniaWPState } from "../useOmniaWP";
declare const _default: (import("vue").VueConstructor<import("vue-tsx-support")._TsxComponentInstanceV3<import("vue/types/umd"), {}, import("vue-tsx-support").PropsForOutside<{
webpartid: string;
settings: OmniaWPContainerSettingsModel;
wpState: OmniaWPState;
}, "settings" | "webpartid" | "wpState">, any, any, any>> & {
propsDefinition: import("vue-tsx-support").PropsForOutside<{
webpartid: string;
settings: OmniaWPContainerSettingsModel;
wpState: OmniaWPState;
}, "settings" | "webpartid" | "wpState">;
}) | (import("vue").VueConstructor<import("vue-tsx-support")._TsxComponentInstanceV3<import("vue/types/umd") & import("vue").ShallowUnwrapRef<() => VueTsxSupport.JSX.Element>, {}, import("vue-tsx-support").PropsForOutside<{
webpartid: string;
settings: OmniaWPContainerSettingsModel;
wpState: OmniaWPState;
}, "settings" | "webpartid" | "wpState">, any, any, any>> & {
propsDefinition: import("vue-tsx-support").PropsForOutside<{
webpartid: string;
settings: OmniaWPContainerSettingsModel;
wpState: OmniaWPState;
}, "settings" | "webpartid" | "wpState">;
});
export default _default;