@aplus-frontend/ui
Version:
10 lines (9 loc) • 355 B
TypeScript
import { default as ApSkeletonDescriptions } from './descriptions.vue';
import { default as ApSkeletonListPage } from './list-page.vue';
export type ApSkeletonType = {
ListPage: typeof ApSkeletonListPage;
Descriptions: typeof ApSkeletonDescriptions;
};
declare const ApSkeleton: ApSkeletonType;
export * from './interface';
export { ApSkeleton };