ohayolibs
Version:
Ohayo is a set of essential modules for ohayojp.
87 lines (85 loc) • 3.24 kB
text/typescript
import { AvatarListModule } from '@ohayo/components/avatar-list';
import { CountDownModule } from '@ohayo/components/count-down';
import { DatePickerModule } from '@ohayo/components/date-picker';
import { DownFileModule } from '@ohayo/components/down-file';
import { EllipsisModule } from '@ohayo/components/ellipsis';
import { ErrorCollectModule } from '@ohayo/components/error-collect';
import { ExceptionModule } from '@ohayo/components/exception';
import { FooterToolbarModule } from '@ohayo/components/footer-toolbar';
import { GlobalFooterModule } from '@ohayo/components/global-footer';
import { ImageModule } from '@ohayo/components/image';
import { LoadingModule } from '@ohayo/components/loading';
import { MediaModule } from '@ohayo/components/media';
import { NoticeIconModule } from '@ohayo/components/notice-icon';
import { NumberToChineseModule } from '@ohayo/components/number-to-chinese';
import { OnboardingModule } from '@ohayo/components/onboarding';
import { PageHeaderModule } from '@ohayo/components/page-header';
import { QRModule } from '@ohayo/components/qr';
import { QuickMenuModule } from '@ohayo/components/quick-menu';
import { ResultModule } from '@ohayo/components/result';
import { ReuseTabModule } from '@ohayo/components/reuse-tab';
import { SEModule } from '@ohayo/components/se';
import { SGModule } from '@ohayo/components/sg';
import { SidebarNavModule } from '@ohayo/components/sidebar-nav';
import { STModule } from '@ohayo/components/st';
import { SVModule } from '@ohayo/components/sv';
import { TagSelectModule } from '@ohayo/components/tag-select';
import { G2BarModule } from '@ohayo/chart/bar';
import { G2CardModule } from '@ohayo/chart/card';
import { G2CustomModule } from '@ohayo/chart/custom';
import { G2GaugeModule } from '@ohayo/chart/gauge';
import { G2MiniAreaModule } from '@ohayo/chart/mini-area';
import { G2MiniBarModule } from '@ohayo/chart/mini-bar';
import { G2MiniProgressModule } from '@ohayo/chart/mini-progress';
import { NumberInfoModule } from '@ohayo/chart/number-info';
import { G2PieModule } from '@ohayo/chart/pie';
import { G2RadarModule } from '@ohayo/chart/radar';
import { G2SingleBarModule } from '@ohayo/chart/single-bar';
import { G2TagCloudModule } from '@ohayo/chart/tag-cloud';
import { G2TimelineModule } from '@ohayo/chart/timeline';
import { TrendModule } from '@ohayo/chart/trend';
import { G2WaterWaveModule } from '@ohayo/chart/water-wave';
export const SHARED_OHAYO_MODULES = [
AvatarListModule,
CountDownModule,
DatePickerModule,
DownFileModule,
EllipsisModule,
STModule,
SVModule,
SEModule,
SGModule,
ImageModule,
LoadingModule,
QRModule,
NumberToChineseModule,
OnboardingModule,
ErrorCollectModule,
ExceptionModule,
FooterToolbarModule,
GlobalFooterModule,
GlobalFooterModule,
PageHeaderModule,
ResultModule,
TagSelectModule,
NoticeIconModule,
QuickMenuModule,
SidebarNavModule,
G2BarModule,
G2CardModule,
G2CustomModule,
G2GaugeModule,
G2MiniAreaModule,
G2MiniBarModule,
G2MiniProgressModule,
G2PieModule,
G2RadarModule,
G2SingleBarModule,
G2TagCloudModule,
G2TimelineModule,
G2WaterWaveModule,
NumberInfoModule,
TrendModule,
ReuseTabModule,
MediaModule,
];