Skip to main content

FeatureImport()

type FeatureImport = () => Promise<{
default: unknown;
}>;

Defined in: src/lib/module/index.ts:89

UI feature lazy import type. The import should return a module with a default export containing FeatureOptions.

Returns

Promise<{ default: unknown; }>