UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

121 lines 9.06 kB
export * from './theme'; export { Accordion, AccordionItem } from './components/Accordion/Accordion'; export { ActionIcon, ACTION_ICON_SIZES } from './components/ActionIcon/ActionIcon'; export { Affix } from './components/Affix/Affix'; export { CloseButton } from './components/ActionIcon/CloseButton/CloseButton'; export { Alert } from './components/Alert/Alert'; export { ArrowBody } from './components/ArrowBody/ArrowBody'; export { Autocomplete } from './components/Autocomplete/Autocomplete'; export { Avatar, AVATAR_SIZES } from './components/Avatar/Avatar'; export { Badge, BADGE_SIZES, BADGE_VARIANTS } from './components/Badge/Badge'; export { Blockquote } from './components/Blockquote/Blockquote'; export { Breadcrumbs } from './components/Breadcrumbs/Breadcrumbs'; export { Burger, BURGER_SIZES } from './components/Burger/Burger'; export { Button, UnstyledButton, BUTTON_SIZES, BUTTON_VARIANTS } from './components/Button/Button'; export { Card } from './components/Card/Card'; export { Center } from './components/Center/Center'; export { Checkbox, CHECKBOX_SIZES } from './components/Checkbox/Checkbox'; export { Code } from './components/Code/Code'; export { ColorSwatch } from './components/ColorSwatch/ColorSwatch'; export { Container, CONTAINER_SIZES } from './components/Container/Container'; export { Drawer, DRAWER_SIZES } from './components/Drawer/Drawer'; export { Divider, DIVIDER_SIZES } from './components/Divider/Divider'; export { Grid, Col } from './components/Grid/Grid'; export { Group } from './components/Group/Group'; export { Highlight } from './components/Highlight/Highlight'; export { Image } from './components/Image/Image'; export { Input, INPUT_VARIANTS, INPUT_SIZES } from './components/Input/Input'; export { InputWrapper } from './components/InputWrapper/InputWrapper'; export { JsonInput } from './components/JsonInput/JsonInput'; export { Kbd } from './components/Kbd/Kbd'; export { Loader, LOADER_SIZES } from './components/Loader/Loader'; export { LoadingOverlay } from './components/LoadingOverlay/LoadingOverlay'; export { Menu, MenuItem, MenuBody, MENU_SIZES } from './components/Menu/Menu'; export { Modal, MODAL_SIZES } from './components/Modal/Modal'; export { NativeSelect } from './components/NativeSelect/NativeSelect'; export { Notification } from './components/Notification/Notification'; export { NumberInput } from './components/NumberInput/NumberInput'; export { Overlay } from './components/Overlay/Overlay'; export { Paper } from './components/Paper/Paper'; export { PasswordInput } from './components/PasswordInput/PasswordInput'; export { Popover } from './components/Popover/Popover'; export { Portal } from './components/Portal/Portal'; export { Progress, PROGRESS_SIZES } from './components/Progress/Progress'; export { RadioGroup, Radio, RADIO_SIZES } from './components/RadioGroup/RadioGroup'; export { RingProgress } from './components/RingProgress/RingProgress'; export { SegmentedControl } from './components/SegmentedControl/SegmentedControl'; export { Select } from './components/Select/Select'; export { Slider, RangeSlider, SLIDER_SIZES } from './components/Slider'; export { Spoiler } from './components/Spoiler/Spoiler'; export { Switch, SWITCH_SIZES } from './components/Switch/Switch'; export { Table } from './components/Table/Table'; export { Tabs, Tab } from './components/Tabs/Tabs'; export { Text, Anchor } from './components/Text/Text'; export { Textarea } from './components/Textarea/Textarea'; export { TextInput } from './components/TextInput/TextInput'; export { ThemeIcon, THEME_ICON_SIZES } from './components/ThemeIcon/ThemeIcon'; export { Title } from './components/Title/Title'; export { Tooltip } from './components/Tooltip/Tooltip'; export { Transition, GroupedTransition, AVAILABLE_TRANSITIONS, } from './components/Transition/Transition'; export { TypographyStylesProvider } from './components/TypographyStylesProvider/TypographyStylesProvider'; export type { ComponentPassThrough } from './types'; export type { AccordionProps, AccordionItemProps, AccordionStylesNames, } from './components/Accordion/Accordion'; export type { ActionIconProps } from './components/ActionIcon/ActionIcon'; export type { AffixProps } from './components/Affix/Affix'; export type { CloseButtonProps } from './components/ActionIcon/CloseButton/CloseButton'; export type { AlertProps, AlertStylesName } from './components/Alert/Alert'; export type { ArrowBodyProps, ArrowBodyStylesNames } from './components/ArrowBody/ArrowBody'; export type { AutocompleteProps, AutocompleteStylesNames, AutocompleteItem, } from './components/Autocomplete/Autocomplete'; export type { AvatarProps, AvatarStylesNames } from './components/Avatar/Avatar'; export type { BadgeProps, BadgeStylesNames } from './components/Badge/Badge'; export type { BlockquoteProps, BlockquoteStylesNames } from './components/Blockquote/Blockquote'; export type { BreadcrumbsProps, BreadcrumbsStylesNames, } from './components/Breadcrumbs/Breadcrumbs'; export type { BurgerProps, BurgerStylesNames } from './components/Burger/Burger'; export type { ButtonProps, ButtonStylesNames } from './components/Button/Button'; export type { CardProps } from './components/Card/Card'; export type { CenterProps } from './components/Center/Center'; export type { CheckboxProps, CheckboxStylesNames } from './components/Checkbox/Checkbox'; export type { CodeProps } from './components/Code/Code'; export type { ColorSwatchProps } from './components/ColorSwatch/ColorSwatch'; export type { ContainerProps } from './components/Container/Container'; export type { DividerProps, DividerStylesNames } from './components/Divider/Divider'; export type { DrawerProps, DrawerStylesNames } from './components/Drawer/Drawer'; export type { GridProps, ColProps } from './components/Grid/Grid'; export type { GroupProps, GroupStylesNames } from './components/Group/Group'; export type { HighlightProps } from './components/Highlight/Highlight'; export type { ImageProps, ImageStylesNames } from './components/Image/Image'; export type { InputProps, InputBaseProps, InputStylesNames } from './components/Input/Input'; export type { InputWrapperBaseProps, InputWrapperProps, InputWrapperStylesNames, } from './components/InputWrapper/InputWrapper'; export type { JsonInputProps, JsonInputStylesNames } from './components/JsonInput/JsonInput'; export type { KbdProps } from './components/Kbd/Kbd'; export type { LoaderProps } from './components/Loader/Loader'; export type { LoadingOverlayProps } from './components/LoadingOverlay/LoadingOverlay'; export type { MenuProps, MenuItemProps, MenuBodyProps } from './components/Menu/Menu'; export type { ModalProps, ModalStylesNames } from './components/Modal/Modal'; export type { NativeSelectProps, NativeSelectStylesNames, } from './components/NativeSelect/NativeSelect'; export type { NotificationProps, NotificationStylesNames, } from './components/Notification/Notification'; export type { NumberInputProps, NumberInputHandlers, NumberInputStylesNames, } from './components/NumberInput/NumberInput'; export type { OverlayProps } from './components/Overlay/Overlay'; export type { PaperProps } from './components/Paper/Paper'; export type { PasswordInputProps, PasswordInputStylesNames, } from './components/PasswordInput/PasswordInput'; export type { PopoverProps, PopoverStylesNames } from './components/Popover/Popover'; export type { PortalProps } from './components/Portal/Portal'; export type { ProgressProps, ProgressStylesNames } from './components/Progress/Progress'; export type { RadioGroupProps, RadioProps } from './components/RadioGroup/RadioGroup'; export type { RingProgressProps } from './components/RingProgress/RingProgress'; export type { SegmentedControlProps, SegmentedControlStylesNames, } from './components/SegmentedControl/SegmentedControl'; export type { SelectProps, SelectStylesNames } from './components/Select/Select'; export type { SliderProps, RangeSliderProps, SliderStylesNames } from './components/Slider'; export type { SpoilerProps, SpoilerStylesNames } from './components/Spoiler/Spoiler'; export type { SwitchProps, SwitchStylesNames } from './components/Switch/Switch'; export type { TableProps } from './components/Table/Table'; export type { TabsProps, TabProps, TabsStylesNames } from './components/Tabs/Tabs'; export type { TextProps, AnchorProps } from './components/Text/Text'; export type { TextareaProps, TextareaStylesNames } from './components/Textarea/Textarea'; export type { TextInputProps, TextInputStylesNames } from './components/TextInput/TextInput'; export type { ThemeIconProps } from './components/ThemeIcon/ThemeIcon'; export type { TitleProps } from './components/Title/Title'; export type { TooltipProps, TooltipStylesNames } from './components/Tooltip/Tooltip'; export type { MantineTransition, TransitionProps, GroupedTransitionProps, } from './components/Transition/Transition'; export type { TypographyStylesProviderProps } from './components/TypographyStylesProvider/TypographyStylesProvider'; //# sourceMappingURL=index.d.ts.map