@fast-china/utils
Version:
Fast 工具库.
21 lines (20 loc) • 563 B
JavaScript
import { useExpose } from "./expose.mjs";
import { execFunction } from "./func.mjs";
import { withInstall, withInstallDirective, withNoopInstall } from "./install.mjs";
import { definePropType, useProps } from "./props.mjs";
import { makeSlots } from "./slots.mjs";
import { useRender } from "./useRender.mjs";
import { withDefineType } from "./with.mjs";
export {
definePropType,
execFunction,
makeSlots,
useExpose,
useProps,
useRender,
withDefineType,
withInstall,
withInstallDirective,
withNoopInstall
};
//# sourceMappingURL=index.mjs.map