decent
This commit is contained in:
13
web-components/dist/index.d.ts
vendored
Normal file
13
web-components/dist/index.d.ts
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
export { default as FormSidebar } from './components/FormSidebar/FormSidebar';
|
||||
export { default as DataTable } from './components/DataTable/DataTable';
|
||||
export * from './types';
|
||||
export { useApiService } from './hooks/useApiService';
|
||||
export { useDataFilter } from './hooks/useDataFilter';
|
||||
export * from './utils/notifications';
|
||||
export * from './utils/validation';
|
||||
export { Paper, Stack, Group, Button, TextInput, Select, MultiSelect, NumberInput, Textarea, JsonInput, ActionIcon, Menu, Text, Title, Badge, Table, Pagination, LoadingOverlay, Center, Box, ScrollArea, Divider, } from '@mantine/core';
|
||||
export { useDisclosure, useToggle, useLocalStorage, } from '@mantine/hooks';
|
||||
export { useForm } from '@mantine/form';
|
||||
export { notifications } from '@mantine/notifications';
|
||||
export { modals } from '@mantine/modals';
|
||||
export { IconPlus, IconEdit, IconTrash, IconSearch, IconFilter, IconRefresh, IconX, IconDots, IconChevronDown, IconChevronRight, IconUser, IconUsers, IconKey, IconSettings, IconEye, IconEyeOff, IconCopy, IconCheck, IconAlertCircle, IconInfoCircle, } from '@tabler/icons-react';
|
||||
Reference in New Issue
Block a user