@popmenu/common-ui 0.126.1 → 0.126.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/cjs/components/Avatar/Avatar.d.ts +3 -0
- package/build/cjs/components/Avatar/AvatarProps.d.ts +22 -0
- package/build/cjs/components/Avatar/avatar.styles.d.ts +2 -0
- package/build/cjs/components/Avatar/index.d.ts +2 -0
- package/build/cjs/components/Avatar/util/useImageProps.d.ts +10 -0
- package/build/cjs/components/BrowserSilhouette/BrowserSilhouette.d.ts +2 -0
- package/build/cjs/components/BrowserSilhouette/browserSilhouette.styles.d.ts +1 -0
- package/build/cjs/components/BrowserSilhouette/index.d.ts +1 -0
- package/build/cjs/components/Button/Button.d.ts +6 -0
- package/build/cjs/components/Button/ButtonProps.d.ts +11 -0
- package/build/cjs/components/Button/ButtonStyles.d.ts +2 -0
- package/build/cjs/components/Button/index.d.ts +2 -0
- package/build/cjs/components/Checkbox/Checkbox.d.ts +3 -0
- package/build/cjs/components/Checkbox/CheckboxProps.d.ts +7 -0
- package/build/cjs/components/Checkbox/index.d.ts +2 -0
- package/build/cjs/components/Chip/Chip.d.ts +6 -0
- package/build/cjs/components/Chip/ChipProps.d.ts +8 -0
- package/build/cjs/components/Chip/ChipStyles.d.ts +2 -0
- package/build/cjs/components/Chip/index.d.ts +2 -0
- package/build/cjs/components/CollapsibleText/CollapsibleText.d.ts +3 -0
- package/build/cjs/components/CollapsibleText/CollapsibleTextProps.d.ts +13 -0
- package/build/cjs/components/CollapsibleText/CollapsibleTextStyles.d.ts +5 -0
- package/build/cjs/components/CollapsibleText/index.d.ts +2 -0
- package/build/cjs/components/Divider/Divider.d.ts +3 -0
- package/build/cjs/components/Divider/DividerProps.d.ts +17 -0
- package/build/cjs/components/Divider/index.d.ts +2 -0
- package/build/cjs/components/FollowerAuthenticationDialog/FollowerAuthenticationAltActions.d.ts +2 -0
- package/build/cjs/components/FollowerAuthenticationDialog/FollowerAuthenticationBody.d.ts +2 -0
- package/build/cjs/components/FollowerAuthenticationDialog/FollowerAuthenticationCloseButton.d.ts +2 -0
- package/build/cjs/components/FollowerAuthenticationDialog/FollowerAuthenticationContent.d.ts +4 -0
- package/build/cjs/components/FollowerAuthenticationDialog/FollowerAuthenticationDialog.d.ts +3 -0
- package/build/cjs/components/FollowerAuthenticationDialog/FollowerAuthenticationDialogProps.d.ts +29 -0
- package/build/cjs/components/FollowerAuthenticationDialog/FollowerAuthenticationFooter.d.ts +2 -0
- package/build/cjs/components/FollowerAuthenticationDialog/FollowerAuthenticationForm.d.ts +2 -0
- package/build/cjs/components/FollowerAuthenticationDialog/FollowerAuthenticationGraphic.d.ts +2 -0
- package/build/cjs/components/FollowerAuthenticationDialog/FollowerAuthenticationInfo.d.ts +2 -0
- package/build/cjs/components/FollowerAuthenticationDialog/FollowerAuthenticationTitle.d.ts +2 -0
- package/build/cjs/components/FollowerAuthenticationDialog/context.d.ts +4 -0
- package/build/cjs/components/FollowerAuthenticationDialog/index.d.ts +2 -0
- package/build/cjs/components/FollowerAuthenticationDialog/theme.d.ts +35 -0
- package/build/cjs/components/Icon/Icon.d.ts +4 -0
- package/build/cjs/components/Icon/IconProps.d.ts +17 -0
- package/build/cjs/components/Icon/IconStyles.d.ts +2 -0
- package/build/cjs/components/Icon/index.d.ts +2 -0
- package/build/cjs/components/IconButton/IconButton.d.ts +3 -0
- package/build/cjs/components/IconButton/IconButtonProps.d.ts +2 -0
- package/build/cjs/components/IconButton/index.d.ts +2 -0
- package/build/cjs/components/Link/Link.d.ts +11 -0
- package/build/cjs/components/Link/LinkStyles.d.ts +2 -0
- package/build/cjs/components/Link/index.d.ts +2 -0
- package/build/cjs/components/NumberField/NumberField.d.ts +3 -0
- package/build/cjs/components/NumberField/NumberFieldProps.d.ts +12 -0
- package/build/cjs/components/NumberField/NumberFieldStyles.d.ts +2 -0
- package/build/cjs/components/NumberField/index.d.ts +2 -0
- package/build/cjs/components/Paper/Paper.d.ts +6 -0
- package/build/cjs/components/Paper/index.d.ts +2 -0
- package/build/cjs/components/PaperContent/PaperContent.d.ts +2 -0
- package/build/cjs/components/PaperContent/index.d.ts +1 -0
- package/build/cjs/components/Radio/Radio.d.ts +3 -0
- package/build/cjs/components/Radio/RadioProps.d.ts +7 -0
- package/build/cjs/components/Radio/index.d.ts +2 -0
- package/build/cjs/components/SplitInput/SplitInput.d.ts +3 -0
- package/build/cjs/components/SplitInput/SplitInputProps.d.ts +20 -0
- package/build/cjs/components/SplitInput/SplitInputStyles.d.ts +2 -0
- package/build/cjs/components/SplitInput/index.d.ts +2 -0
- package/build/cjs/components/Switch/Switch.d.ts +3 -0
- package/build/cjs/components/Switch/SwitchProps.d.ts +7 -0
- package/build/cjs/components/Switch/index.d.ts +2 -0
- package/build/cjs/components/Switch/switch.styles.d.ts +2 -0
- package/build/cjs/components/TabPanel/TabPanel.d.ts +3 -0
- package/build/cjs/components/TabPanel/TabPanelProps.d.ts +3 -0
- package/build/cjs/components/TabPanel/index.d.ts +2 -0
- package/build/cjs/components/ToggleButton/ToggleButton.d.ts +3 -0
- package/build/cjs/components/ToggleButton/ToggleButtonProps.d.ts +4 -0
- package/build/cjs/components/ToggleButton/ToggleButtonStyles.d.ts +2 -0
- package/build/cjs/components/ToggleButton/index.d.ts +2 -0
- package/build/cjs/components/ToggleButtonGroup/ToggleButtonGroup.d.ts +3 -0
- package/build/cjs/components/ToggleButtonGroup/ToggleButtonGroupProps.d.ts +6 -0
- package/build/cjs/components/ToggleButtonGroup/ToggleButtonGroupStyles.d.ts +1 -0
- package/build/cjs/components/ToggleButtonGroup/index.d.ts +2 -0
- package/build/cjs/components/Tooltip/Tooltip.d.ts +3 -0
- package/build/cjs/components/Tooltip/TooltipProps.d.ts +1 -0
- package/build/cjs/components/Tooltip/TooltipStyles.d.ts +2 -0
- package/build/cjs/components/Tooltip/index.d.ts +2 -0
- package/build/cjs/components/Typography/Typography.d.ts +9 -0
- package/build/cjs/components/Typography/TypographyProps.d.ts +14 -0
- package/build/cjs/components/Typography/TypographyStyles.d.ts +10 -0
- package/build/cjs/components/Typography/index.d.ts +2 -0
- package/build/cjs/components/index.d.ts +45 -0
- package/build/cjs/hooks/index.d.ts +2 -0
- package/build/cjs/hooks/useCollapsibleText.d.ts +9 -0
- package/build/cjs/hooks/useTabs/index.d.ts +1 -0
- package/build/cjs/hooks/useTabs/useTabs.d.ts +3 -0
- package/build/cjs/hooks/useTabs/useTabsOptions.d.ts +3 -0
- package/build/cjs/hooks/useTabs/useTabsResult.d.ts +22 -0
- package/build/cjs/index.d.ts +3 -0
- package/build/{index.js → cjs/index.js} +350 -401
- package/build/cjs/index.js.map +1 -0
- package/build/cjs/types/index.d.ts +2 -0
- package/build/cjs/util/colors/alpha.d.ts +1 -0
- package/build/cjs/util/colors/darken.d.ts +1 -0
- package/build/cjs/util/colors/decomposeColor.d.ts +1 -0
- package/build/cjs/util/colors/getLuminance.d.ts +1 -0
- package/build/cjs/util/colors/hexToRgb.d.ts +1 -0
- package/build/cjs/util/colors/index.d.ts +8 -0
- package/build/cjs/util/colors/lighten.d.ts +1 -0
- package/build/cjs/util/colors/recomposeColor.d.ts +1 -0
- package/build/cjs/util/colors/rgbToHex.d.ts +1 -0
- package/build/cjs/util/createTheme.d.ts +1 -0
- package/build/cjs/util/index.d.ts +4 -0
- package/build/cjs/util/makeStyles.d.ts +1 -0
- package/build/esm/components/Avatar/Avatar.js +3 -3
- package/build/esm/components/Avatar/Avatar.js.map +1 -1
- package/build/esm/components/Avatar/AvatarProps.d.ts +1 -1
- package/build/esm/components/Avatar/avatar.styles.js +1 -1
- package/build/esm/components/Avatar/avatar.styles.js.map +1 -1
- package/build/esm/components/Avatar/index.d.ts +2 -2
- package/build/esm/components/BrowserSilhouette/BrowserSilhouette.js.map +1 -1
- package/build/esm/components/BrowserSilhouette/browserSilhouette.styles.js +1 -1
- package/build/esm/components/BrowserSilhouette/browserSilhouette.styles.js.map +1 -1
- package/build/esm/components/BrowserSilhouette/index.d.ts +1 -1
- package/build/esm/components/Button/Button.js +3 -5
- package/build/esm/components/Button/Button.js.map +1 -1
- package/build/esm/components/Button/ButtonProps.d.ts +1 -1
- package/build/esm/components/Button/ButtonStyles.js +1 -1
- package/build/esm/components/Button/ButtonStyles.js.map +1 -1
- package/build/esm/components/Button/index.d.ts +2 -2
- package/build/esm/components/Checkbox/Checkbox.js +2 -3
- package/build/esm/components/Checkbox/Checkbox.js.map +1 -1
- package/build/esm/components/Checkbox/CheckboxProps.d.ts +1 -2
- package/build/esm/components/Checkbox/index.d.ts +2 -2
- package/build/esm/components/Chip/Chip.js +3 -3
- package/build/esm/components/Chip/Chip.js.map +1 -1
- package/build/esm/components/Chip/ChipProps.d.ts +1 -1
- package/build/esm/components/Chip/ChipStyles.js +1 -1
- package/build/esm/components/Chip/ChipStyles.js.map +1 -1
- package/build/esm/components/Chip/index.d.ts +2 -2
- package/build/esm/components/CollapsibleText/CollapsibleText.js +1 -2
- package/build/esm/components/CollapsibleText/CollapsibleText.js.map +1 -1
- package/build/esm/components/CollapsibleText/CollapsibleTextProps.d.ts +1 -1
- package/build/esm/components/CollapsibleText/index.d.ts +2 -2
- package/build/esm/components/Divider/Divider.js.map +1 -1
- package/build/esm/components/Divider/index.d.ts +2 -2
- package/build/esm/components/FollowerAuthenticationDialog/FollowerAuthenticationForm.js +19 -3
- package/build/esm/components/FollowerAuthenticationDialog/FollowerAuthenticationForm.js.map +1 -1
- package/build/esm/components/FollowerAuthenticationDialog/index.d.ts +1 -1
- package/build/esm/components/Icon/Icon.js +2 -2
- package/build/esm/components/Icon/Icon.js.map +1 -1
- package/build/esm/components/Icon/IconStyles.js +5 -1
- package/build/esm/components/Icon/IconStyles.js.map +1 -1
- package/build/esm/components/Icon/index.d.ts +2 -2
- package/build/esm/components/IconButton/IconButton.d.ts +1 -1
- package/build/esm/components/IconButton/IconButton.js +2 -2
- package/build/esm/components/IconButton/IconButton.js.map +1 -1
- package/build/esm/components/IconButton/IconButtonProps.d.ts +1 -1
- package/build/esm/components/IconButton/index.d.ts +2 -2
- package/build/esm/components/Link/LinkStyles.js +1 -1
- package/build/esm/components/Link/LinkStyles.js.map +1 -1
- package/build/esm/components/Link/index.d.ts +2 -2
- package/build/esm/components/NumberField/NumberField.js +1 -1
- package/build/esm/components/NumberField/NumberField.js.map +1 -1
- package/build/esm/components/NumberField/index.d.ts +1 -1
- package/build/esm/components/Paper/index.d.ts +2 -1
- package/build/esm/components/PaperContent/PaperContent.js.map +1 -1
- package/build/esm/components/PaperContent/index.d.ts +1 -1
- package/build/esm/components/Radio/Radio.js +2 -3
- package/build/esm/components/Radio/Radio.js.map +1 -1
- package/build/esm/components/Radio/RadioProps.d.ts +1 -2
- package/build/esm/components/Radio/index.d.ts +2 -2
- package/build/esm/components/SplitInput/SplitInput.js +1 -2
- package/build/esm/components/SplitInput/SplitInput.js.map +1 -1
- package/build/esm/components/SplitInput/SplitInputProps.d.ts +3 -3
- package/build/esm/components/SplitInput/SplitInputStyles.js +1 -1
- package/build/esm/components/SplitInput/SplitInputStyles.js.map +1 -1
- package/build/esm/components/SplitInput/index.d.ts +2 -2
- package/build/esm/components/Switch/Switch.js +2 -3
- package/build/esm/components/Switch/Switch.js.map +1 -1
- package/build/esm/components/Switch/SwitchProps.d.ts +1 -2
- package/build/esm/components/Switch/index.d.ts +2 -2
- package/build/esm/components/Switch/switch.styles.js +1 -1
- package/build/esm/components/Switch/switch.styles.js.map +1 -1
- package/build/esm/components/TabPanel/TabPanel.js.map +1 -1
- package/build/esm/components/TabPanel/index.d.ts +1 -1
- package/build/esm/components/ToggleButton/ToggleButton.js +2 -2
- package/build/esm/components/ToggleButton/ToggleButton.js.map +1 -1
- package/build/esm/components/ToggleButton/ToggleButtonProps.d.ts +1 -1
- package/build/esm/components/ToggleButton/ToggleButtonStyles.js +1 -1
- package/build/esm/components/ToggleButton/ToggleButtonStyles.js.map +1 -1
- package/build/esm/components/ToggleButton/index.d.ts +2 -2
- package/build/esm/components/ToggleButtonGroup/ToggleButtonGroup.js +2 -2
- package/build/esm/components/ToggleButtonGroup/ToggleButtonGroup.js.map +1 -1
- package/build/esm/components/ToggleButtonGroup/ToggleButtonGroupProps.d.ts +1 -1
- package/build/esm/components/ToggleButtonGroup/ToggleButtonGroupStyles.js +1 -1
- package/build/esm/components/ToggleButtonGroup/ToggleButtonGroupStyles.js.map +1 -1
- package/build/esm/components/ToggleButtonGroup/index.d.ts +2 -2
- package/build/esm/components/Tooltip/Tooltip.d.ts +1 -1
- package/build/esm/components/Tooltip/Tooltip.js +2 -2
- package/build/esm/components/Tooltip/Tooltip.js.map +1 -1
- package/build/esm/components/Tooltip/TooltipProps.d.ts +1 -1
- package/build/esm/components/Tooltip/TooltipStyles.js +1 -1
- package/build/esm/components/Tooltip/TooltipStyles.js.map +1 -1
- package/build/esm/components/Tooltip/index.d.ts +2 -2
- package/build/esm/components/Typography/Typography.d.ts +1 -1
- package/build/esm/components/Typography/TypographyProps.d.ts +1 -2
- package/build/esm/components/Typography/TypographyProps.js.map +1 -1
- package/build/esm/components/Typography/TypographyStyles.d.ts +1 -1
- package/build/esm/components/Typography/TypographyStyles.js +1 -1
- package/build/esm/components/Typography/TypographyStyles.js.map +1 -1
- package/build/esm/components/Typography/index.d.ts +2 -2
- package/build/esm/components/index.d.ts +45 -78
- package/build/esm/index.js +5 -37
- package/build/esm/index.js.map +1 -1
- package/build/esm/util/index.d.ts +1 -1
- package/package.json +3 -3
- package/build/esm/components/Accordion/index.d.ts +0 -1
- package/build/esm/components/AccordionActions/index.d.ts +0 -1
- package/build/esm/components/AccordionDetails/index.d.ts +0 -1
- package/build/esm/components/AccordionSummary/index.d.ts +0 -1
- package/build/esm/components/Alert/index.d.ts +0 -1
- package/build/esm/components/AppBar/index.d.ts +0 -1
- package/build/esm/components/Badge/index.d.ts +0 -1
- package/build/esm/components/Box/Box.d.ts +0 -3
- package/build/esm/components/Box/BoxProps.d.ts +0 -5
- package/build/esm/components/Box/BoxStyles.d.ts +0 -1
- package/build/esm/components/Box/index.d.ts +0 -7
- package/build/esm/components/Breadcrumbs/index.d.ts +0 -1
- package/build/esm/components/ButtonBase/index.d.ts +0 -1
- package/build/esm/components/ButtonGroup/index.d.ts +0 -1
- package/build/esm/components/Card/index.d.ts +0 -1
- package/build/esm/components/CardActionArea/index.d.ts +0 -1
- package/build/esm/components/CardActions/index.d.ts +0 -1
- package/build/esm/components/CardContent/index.d.ts +0 -1
- package/build/esm/components/CardHeader/index.d.ts +0 -1
- package/build/esm/components/CardMedia/index.d.ts +0 -1
- package/build/esm/components/CircularProgress/index.d.ts +0 -1
- package/build/esm/components/ClickAwayListener/index.d.ts +0 -1
- package/build/esm/components/Dialog/index.d.ts +0 -1
- package/build/esm/components/DialogActions/index.d.ts +0 -1
- package/build/esm/components/DialogContent/index.d.ts +0 -1
- package/build/esm/components/DialogContentText/index.d.ts +0 -1
- package/build/esm/components/DialogTitle/index.d.ts +0 -1
- package/build/esm/components/Drawer/index.d.ts +0 -1
- package/build/esm/components/Fab/index.d.ts +0 -1
- package/build/esm/components/FormControl/index.d.ts +0 -1
- package/build/esm/components/FormControlLabel/index.d.ts +0 -1
- package/build/esm/components/FormLabel/index.d.ts +0 -1
- package/build/esm/components/Grid/index.d.ts +0 -1
- package/build/esm/components/GridList/index.d.ts +0 -1
- package/build/esm/components/Hidden/index.d.ts +0 -1
- package/build/esm/components/InputAdornment/index.d.ts +0 -1
- package/build/esm/components/LinearProgress/index.d.ts +0 -1
- package/build/esm/components/List/index.d.ts +0 -1
- package/build/esm/components/ListItem/index.d.ts +0 -1
- package/build/esm/components/ListItemAvatar/index.d.ts +0 -1
- package/build/esm/components/ListItemIcon/index.d.ts +0 -1
- package/build/esm/components/ListItemSecondaryAction/index.d.ts +0 -1
- package/build/esm/components/ListItemText/index.d.ts +0 -1
- package/build/esm/components/Menu/index.d.ts +0 -1
- package/build/esm/components/MenuItem/index.d.ts +0 -1
- package/build/esm/components/MenuList/index.d.ts +0 -1
- package/build/esm/components/Modal/index.d.ts +0 -1
- package/build/esm/components/Popover/index.d.ts +0 -1
- package/build/esm/components/Popper/index.d.ts +0 -1
- package/build/esm/components/Step/index.d.ts +0 -1
- package/build/esm/components/StepButton/index.d.ts +0 -1
- package/build/esm/components/StepConnector/index.d.ts +0 -1
- package/build/esm/components/StepContent/index.d.ts +0 -1
- package/build/esm/components/StepIcon/index.d.ts +0 -1
- package/build/esm/components/StepLabel/index.d.ts +0 -1
- package/build/esm/components/Stepper/index.d.ts +0 -1
- package/build/esm/components/Tab/index.d.ts +0 -1
- package/build/esm/components/Tabs/index.d.ts +0 -1
- package/build/esm/components/TextField/index.d.ts +0 -1
- package/build/esm/components/ThemeProvider/index.d.ts +0 -1
- package/build/esm/components/Toolbar/index.d.ts +0 -1
- package/build/esm/util/ServerStyleSheets.d.ts +0 -1
- package/build/index.js.map +0 -1
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { FormControlLabelProps, SwitchProps as MuiSwitchProps } from '@material-ui/core';
|
|
2
|
+
export interface SwitchProps extends MuiSwitchProps {
|
|
3
|
+
/** Adds a text label to the Switch. If provided, the Switch will be wrapped by a FormControlLabel component. */
|
|
4
|
+
label: string;
|
|
5
|
+
/** Props applied to the FormControlLabel component wrapping a Switch if a label is given. */
|
|
6
|
+
LabelProps: Omit<FormControlLabelProps, 'control'>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ToggleButtonProps } from './ToggleButtonProps';
|
|
3
|
+
export declare const ToggleButton: React.ForwardRefExoticComponent<Pick<ToggleButtonProps, "color" | "translate" | "hidden" | "size" | "style" | "disabled" | "aria-describedby" | "aria-hidden" | "aria-label" | "className" | "form" | "slot" | "title" | "id" | "lang" | "name" | "type" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-invalid" | "aria-keyshortcuts" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "classes" | "innerRef" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "placeholder" | "spellCheck" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "value" | "action" | "selected" | "disableFocusRipple" | "buttonRef" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "onFocusVisible" | "TouchRippleProps"> & React.RefAttributes<HTMLButtonElement>>;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ToggleButtonGroupProps } from './ToggleButtonGroupProps';
|
|
3
|
+
export declare const ToggleButtonGroup: React.ForwardRefExoticComponent<Pick<ToggleButtonGroupProps, "color" | "translate" | "hidden" | "size" | "style" | "aria-describedby" | "aria-hidden" | "aria-label" | "className" | "slot" | "title" | "id" | "lang" | "role" | "tabIndex" | "orientation" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-invalid" | "aria-keyshortcuts" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "classes" | "innerRef" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "placeholder" | "spellCheck" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "value" | "exclusive"> & React.RefAttributes<HTMLDivElement>>;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { ToggleButtonGroupProps as MuiToggleButtonGroupProps } from '@material-ui/lab';
|
|
2
|
+
import { Ref } from 'react';
|
|
3
|
+
export interface ToggleButtonGroupProps extends MuiToggleButtonGroupProps {
|
|
4
|
+
color: 'primary' | 'secondary' | 'success' | 'info' | 'warning' | 'error';
|
|
5
|
+
ref?: (instance: HTMLDivElement) => void | Ref<HTMLDivElement> | null;
|
|
6
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const useToggleButtonGroupStyles: (props?: any) => import("@material-ui/styles").ClassNameMap<string>;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { TooltipProps } from './TooltipProps';
|
|
3
|
+
export declare const Tooltip: React.ForwardRefExoticComponent<Pick<TooltipProps, "color" | "translate" | "hidden" | "style" | "open" | "aria-describedby" | "aria-hidden" | "aria-label" | "className" | "slot" | "title" | "id" | "lang" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-invalid" | "aria-keyshortcuts" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "classes" | "innerRef" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "placeholder" | "spellCheck" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "onClose" | "arrow" | "disableFocusListener" | "disableHoverListener" | "disableTouchListener" | "enterDelay" | "enterNextDelay" | "enterTouchDelay" | "interactive" | "leaveDelay" | "leaveTouchDelay" | "onOpen" | "placement" | "PopperComponent" | "PopperProps" | "TransitionComponent" | "TransitionProps"> & React.RefAttributes<HTMLElement>>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { TooltipProps } from '@material-ui/core';
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { TypographyProps } from './TypographyProps';
|
|
3
|
+
export declare const Typography: {
|
|
4
|
+
<C extends React.ElementType<any> = "span">(props: TypographyProps<C>): JSX.Element;
|
|
5
|
+
displayName: string;
|
|
6
|
+
defaultProps: {
|
|
7
|
+
variant: "body1";
|
|
8
|
+
};
|
|
9
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { TypographyProps as MuiTypographyProps, TypographyTypeMap } from '@material-ui/core';
|
|
2
|
+
import React, { RefObject } from 'react';
|
|
3
|
+
export declare type ThemeColors = 'primary.light' | 'primary' | 'primary.dark' | 'secondary.light' | 'secondary' | 'secondary.dark' | 'info.light' | 'info' | 'info.dark' | 'success.light' | 'success' | 'success.dark' | 'error.light' | 'error' | 'error.dark' | 'warning.light' | 'warning' | 'warning.dark' | 'white' | 'black' | 'grey.100' | 'grey.200' | 'grey.300' | 'grey.400' | 'grey.500' | 'grey.600' | 'grey.700' | 'grey.800' | 'grey.900' | 'textPrimary' | 'textSecondary';
|
|
4
|
+
export declare const defaultTypographyProps: {
|
|
5
|
+
variant: "body1";
|
|
6
|
+
};
|
|
7
|
+
export declare type DefaultTypographyComponent = TypographyTypeMap['defaultComponent'];
|
|
8
|
+
export declare type TypographyProps<C extends React.ElementType = DefaultTypographyComponent> = Omit<MuiTypographyProps<C, {
|
|
9
|
+
component?: C;
|
|
10
|
+
}>, 'color' | 'ref'> & {
|
|
11
|
+
TypographyRef?: RefObject<HTMLParagraphElement | HTMLHeadingElement | HTMLSpanElement>;
|
|
12
|
+
color?: ThemeColors;
|
|
13
|
+
weight?: 'regular' | 'medium' | 'semi-bold' | 'bold';
|
|
14
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const useTypographyStyles: (props: Omit<import("@material-ui/core").TypographyProps<"span", {
|
|
3
|
+
component?: "span" | undefined;
|
|
4
|
+
}>, "color" | "ref"> & {
|
|
5
|
+
TypographyRef?: import("react").RefObject<HTMLHeadingElement | HTMLParagraphElement | HTMLSpanElement> | undefined;
|
|
6
|
+
color?: import("./TypographyProps").ThemeColors | undefined;
|
|
7
|
+
weight?: "medium" | "bold" | "regular" | "semi-bold" | undefined;
|
|
8
|
+
} & {
|
|
9
|
+
variant: "body1";
|
|
10
|
+
}) => import("@material-ui/styles").ClassNameMap<string>;
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
export * from '@material-ui/core';
|
|
2
|
+
export { Alert, AlertTitle, Autocomplete, AvatarGroup, Pagination, PaginationItem, Rating, Skeleton, SpeedDial, SpeedDialAction, SpeedDialIcon, TabContext, TabList, Timeline, TimelineConnector, TimelineContent, TimelineDot, TimelineItem, TimelineOppositeContent, TimelineSeparator, TreeItem, TreeView, useAutocomplete, } from '@material-ui/lab';
|
|
3
|
+
export type { AlertProps, AlertTitleProps, AutocompleteProps, AvatarGroupProps, PaginationItemProps, PaginationProps, RatingProps, SkeletonProps, SpeedDialActionProps, SpeedDialIconProps, SpeedDialProps, TabContextProps, TabListProps, TimelineConnectorProps, TimelineContentProps, TimelineDotProps, TimelineItemProps, TimelineOppositeContentProps, TimelineProps, TimelineSeparatorProps, TreeItemProps, TreeViewProps, } from '@material-ui/lab';
|
|
4
|
+
export { Avatar } from './Avatar';
|
|
5
|
+
export type { AvatarProps } from './Avatar';
|
|
6
|
+
export { BrowserSilhouette } from './BrowserSilhouette';
|
|
7
|
+
export { Button } from './Button';
|
|
8
|
+
export type { ButtonProps } from './Button';
|
|
9
|
+
export { Checkbox } from './Checkbox';
|
|
10
|
+
export type { CheckboxProps } from './Checkbox';
|
|
11
|
+
export { Chip } from './Chip';
|
|
12
|
+
export type { ChipProps } from './Chip';
|
|
13
|
+
export { CollapsibleText } from './CollapsibleText';
|
|
14
|
+
export type { CollapsibleTextProps } from './CollapsibleText';
|
|
15
|
+
export { Divider } from './Divider';
|
|
16
|
+
export type { DividerProps } from './Divider';
|
|
17
|
+
export { FollowerAuthenticationDialog } from './FollowerAuthenticationDialog';
|
|
18
|
+
export type { FollowerAuthenticationDialogProps } from './FollowerAuthenticationDialog';
|
|
19
|
+
export { Icon } from './Icon';
|
|
20
|
+
export type { IconProps } from './Icon';
|
|
21
|
+
export { IconButton } from './IconButton';
|
|
22
|
+
export type { IconButtonProps } from './IconButton';
|
|
23
|
+
export { Link } from './Link';
|
|
24
|
+
export type { LinkProps } from './Link';
|
|
25
|
+
export { NumberField } from './NumberField';
|
|
26
|
+
export type { NumberFieldProps } from './NumberField';
|
|
27
|
+
export { Paper } from './Paper';
|
|
28
|
+
export type { PaperProps } from './Paper';
|
|
29
|
+
export { PaperContent } from './PaperContent';
|
|
30
|
+
export { Radio } from './Radio';
|
|
31
|
+
export type { RadioProps } from './Radio';
|
|
32
|
+
export { SplitInput } from './SplitInput';
|
|
33
|
+
export type { SplitInputProps } from './SplitInput';
|
|
34
|
+
export { Switch } from './Switch';
|
|
35
|
+
export type { SwitchProps } from './Switch';
|
|
36
|
+
export { TabPanel } from './TabPanel';
|
|
37
|
+
export type { TabPanelProps } from './TabPanel';
|
|
38
|
+
export { ToggleButton } from './ToggleButton';
|
|
39
|
+
export type { ToggleButtonProps } from './ToggleButton';
|
|
40
|
+
export { ToggleButtonGroup } from './ToggleButtonGroup';
|
|
41
|
+
export type { ToggleButtonGroupProps } from './ToggleButtonGroup';
|
|
42
|
+
export { Tooltip } from './Tooltip';
|
|
43
|
+
export type { TooltipProps } from './Tooltip';
|
|
44
|
+
export { Typography } from './Typography';
|
|
45
|
+
export type { ThemeColors, TypographyProps } from './Typography';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { useTabs } from './useTabs';
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
declare type PreConfiguredTabProps = {
|
|
2
|
+
id: string;
|
|
3
|
+
label: string;
|
|
4
|
+
value: string;
|
|
5
|
+
'aria-controls': string;
|
|
6
|
+
};
|
|
7
|
+
declare type PreConfiguredPanelProps = {
|
|
8
|
+
id: string;
|
|
9
|
+
role: string;
|
|
10
|
+
show: boolean;
|
|
11
|
+
'aria-labelledby': string;
|
|
12
|
+
};
|
|
13
|
+
export declare type UseTabResult = [PreConfiguredTabProps, PreConfiguredPanelProps];
|
|
14
|
+
export interface UseTabsResult {
|
|
15
|
+
TabsProps: {
|
|
16
|
+
onChange: (event: any, value: string) => void;
|
|
17
|
+
value: string;
|
|
18
|
+
};
|
|
19
|
+
useTab: (baseTabId: string) => UseTabResult;
|
|
20
|
+
setActiveTab: (baseTabId: string) => void;
|
|
21
|
+
}
|
|
22
|
+
export {};
|