@aplus-frontend/ui
Version:
28 lines (25 loc) • 1.04 kB
TypeScript
import * as components from './index';
declare module '@vue/runtime-core' {
export interface GlobalComponents {
ApAttachment: typeof components.ApAttachment;
ApBatchAction: typeof components.ApBatchAction;
ApBatchActionGroup: typeof components.ApBatchActionGroup;
ApButtonGroup: typeof components.ApButtonGroup;
ApCard: typeof components.ApCard;
ApExpandAlert: typeof components.ApExpandAlert;
ApExportGroup: typeof components.ApExportGroup;
ApImage: typeof components.ApImage;
ApInputRadio: typeof components.ApInputRadio;
ApLabel: typeof components.ApLabel;
ApLabelGroup: typeof components.ApLabelGroup;
ApLadder: typeof components.ApLadder;
ApProductInfo: typeof components.ApProductInfo;
ApCopy: typeof components.ApCopy;
ApSelectLayout: typeof components.ApSelectLayout;
ApStatus: typeof components.ApStatus;
ApStatusGroup: typeof components.ApStatusGroup;
ApTableModal: typeof components.ApTableModal;
ApTitle: typeof components.ApTitle;
}
}
export {};