sk-antd
Version:
ShaneKing for AntD
33 lines • 907 B
JavaScript
import _AntdComp from './AntdComp';
export { _AntdComp as AntdComp };
import * as _AntdConst from './AntdConst';
export { _AntdConst as AntdConst };
export * from './affix';
export * from './avatar';
export * from './back-top';
export * from './badge';
export * from './breadcrumb';
export * from './button';
export * from './card';
export * from './checkbox';
export * from './col';
export * from './date-picker';
export * from './drawer';
export * from './dropdown';
export * from './form';
export * from './form-comp';
export * from './icon';
export * from './input';
export * from './layout';
export * from './locale-provider';
export * from './menu';
export * from './modal';
export * from './popover';
export * from './row';
export * from './select';
export * from './spin';
export * from './switch';
export * from './table';
export * from './tag';
export * from './tooltip';
export * from './upload';