@omnia/fx
Version:
Provide Omnia Fx typings and tooling for clientside Omnia development.
8 lines (7 loc) • 405 B
TypeScript
import { VelcronDefinition, VelcronRenderProps } from "../../core";
type ComponentCreatorProps = VelcronRenderProps<VelcronDefinition> & {
containerClass?: object;
elementClass?: object;
};
declare const _default: import("vue-tsx-support")._TsxComponentV3<import("vue").default, {}, import("vue-tsx-support").PropsForOutside<ComponentCreatorProps, never>, any, any, any>;
export default _default;