@xcons/core
Version:
XCons Core System - Component Architecture Platform
16 lines (15 loc) • 384 B
TypeScript
export * from './constants';
export * from './registry';
import './plugin/core-plugin';
declare const _default: {
version: string;
buildTime: string;
packageInfo: {
readonly name: string;
readonly version: string;
readonly buildTime: string;
readonly description: string;
readonly author: string;
};
};
export default _default;