UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

13 lines (12 loc) 587 B
import { LayoutItem, LayoutItemRegistration } from "@omnia/fx-models"; declare const _default: import("vue-tsx-support")._TsxComponentV3<import("vue").default, {}, import("vue-tsx-support").PropsForOutside<{ visible: boolean; closeEvent: () => void; selectBlockEvent: (item: LayoutItemRegistration) => void; container: LayoutItem; filterValidBlock: (item: LayoutItemRegistration) => boolean; siblingId: string; postInsert: boolean; blockDialogLayoutType: string; }, "visible" | "closeEvent" | "selectBlockEvent">, any, any, any>; export default _default;