eventx-design-system
Version:
Design System do EventX
35 lines • 1.49 kB
TypeScript
export { Button } from './Button';
export type { ButtonProps } from './Button';
export { Input } from './Input';
export type { InputProps } from './Input';
export { Card } from './Card';
export type { CardProps } from './Card';
export { Badge } from './Badge';
export type { BadgeProps } from './Badge';
export { Avatar } from './Avatar';
export type { AvatarProps } from './Avatar';
export { Divider } from './Divider';
export type { DividerProps } from './Divider';
export { Modal } from './Modal';
export type { ModalProps } from './Modal';
export { Select } from './Select';
export type { SelectProps, SelectOption } from './Select';
export { Checkbox } from './Checkbox';
export type { CheckboxProps } from './Checkbox';
export { Radio } from './Radio';
export type { RadioProps } from './Radio';
export { Container } from './Container';
export type { ContainerProps } from './Container';
export { Loading } from './Loading/Loading';
export type { LoadingProps } from './Loading/Loading';
export { Tag } from './Tag/Tag';
export type { TagProps } from './Tag/Tag';
export { Tabs } from './Tabs/Tabs';
export type { TabsProps, TabItem } from './Tabs/Tabs';
export { Pagination } from './Pagination/Pagination';
export type { PaginationProps } from './Pagination/Pagination';
export { Table } from './Table/Table';
export type { TableProps, TableColumn } from './Table/Table';
export { Alert } from './Alert';
export type { AlertProps } from './Alert';
//# sourceMappingURL=index.d.ts.map