tyh-ui2
Version:
The next generation ui component library of tyh-ui is based on vue3 Version, fully embrace vue3.
41 lines (40 loc) • 1.95 kB
TypeScript
export { default as TyhButton } from './button';
export { default as TyhList } from './list';
export { default as TyhCard } from './card';
export { default as TyhTag } from './tag';
export { default as TyhLink } from './link';
export { default as TyhMenu } from './menu';
export { default as TyhMenuItem } from './menu-item';
export { default as TyhDivision } from './division';
export { default as TyhIcon } from './icon';
export { default as TyhCrumbs } from './crumbs';
export { default as TyhCrumbsItem } from './crumbs-item';
export { default as TyhInput } from './input';
export { default as TyhBackTop } from './back-top';
export { default as TyhSkeleton } from './skeleton';
export { default as TyhAlert } from './alert';
export { default as TyhRate } from './rate';
export { default as TyhImage } from './image';
export { default as TyhAvatar } from './avatar';
export { default as TyhAside } from './aside';
export { default as TyhContainer } from './container';
export { default as TyhFooter } from './footer';
export { default as TyhHeader } from './header';
export { default as TyhMain } from './main';
export { default as TyhText } from './text';
export { default as TyhTable } from './table';
export { default as TyhButtonGroup } from './button-group';
export { default as TyhCalendar } from './calendar';
export { default as TyhSwitch } from './switch';
export { default as TyhRadio } from './radio';
export { default as TyhTree } from './tree';
export { default as TyhPageHeader } from './page-header';
export { default as TyhInfo } from './info';
export { default as TyhTextarea } from './textarea';
export { default as TyhSelect } from './select';
export { default as TyhOption } from './option';
export { default as TyhTagging } from './tagging';
export { default as TyhDrawer } from './drawer';
export { default as TyhDialog } from './dialog';
export { Message } from './message';
export { Notification } from './notification';