@react-md/list
Advanced tools
Comparing version 2.0.0-alpha.10 to 2.0.0-alpha.11
@@ -32,3 +32,3 @@ var __assign = (this && this.__assign) || function () { | ||
var _a = providedProps, dense = _a.dense, horizontal = _a.horizontal, ordered = _a.ordered, forwardedRef = _a.forwardedRef, className = _a.className, children = _a.children, props = __rest(_a, ["dense", "horizontal", "ordered", "forwardedRef", "className", "children"]); | ||
return createElement(ordered ? "ol" : "ul", __assign({}, props, { ref: forwardedRef, className: cn(block({ dense: dense, horizontal: horizontal }), className) }), children); | ||
return createElement(ordered ? "ol" : "ul", __assign(__assign({}, props), { ref: forwardedRef, className: cn(block({ dense: dense, horizontal: horizontal }), className) }), children); | ||
}; | ||
@@ -35,0 +35,0 @@ var defaultProps = { |
@@ -29,3 +29,3 @@ var __assign = (this && this.__assign) || function () { | ||
var ListItem = function (providedProps) { | ||
var _a = providedProps, propClassName = _a.className, textClassName = _a.textClassName, secondaryTextClassName = _a.secondaryTextClassName, textChildren = _a.textChildren, primaryText = _a.primaryText, secondaryText = _a.secondaryText, children = _a.children, forwardedRef = _a.forwardedRef, leftIcon = _a.leftIcon, leftAvatar = _a.leftAvatar, leftMedia = _a.leftMedia, leftMediaLarge = _a.leftMediaLarge, leftPosition = _a.leftPosition, rightIcon = _a.rightIcon, rightAvatar = _a.rightAvatar, rightMedia = _a.rightMedia, rightMediaLarge = _a.rightMediaLarge, rightPosition = _a.rightPosition, forceIconWrap = _a.forceIconWrap, height = _a.height, disableSpacebarClick = _a.disableSpacebarClick, disableRipple = _a.disableRipple, disableProgrammaticRipple = _a.disableProgrammaticRipple, disablePressedFallback = _a.disablePressedFallback, rippleTimeout = _a.rippleTimeout, rippleClassNames = _a.rippleClassNames, rippleClassName = _a.rippleClassName, rippleContainerClassName = _a.rippleContainerClassName, tabIndex = _a.tabIndex, role = _a.role, props = __rest(_a, ["className", "textClassName", "secondaryTextClassName", "textChildren", "primaryText", "secondaryText", "children", "forwardedRef", "leftIcon", "leftAvatar", "leftMedia", "leftMediaLarge", "leftPosition", "rightIcon", "rightAvatar", "rightMedia", "rightMediaLarge", "rightPosition", "forceIconWrap", "height", "disableSpacebarClick", "disableRipple", "disableProgrammaticRipple", "disablePressedFallback", "rippleTimeout", "rippleClassNames", "rippleClassName", "rippleContainerClassName", "tabIndex", "role"]); | ||
var _a = providedProps, propClassName = _a.className, textClassName = _a.textClassName, secondaryTextClassName = _a.secondaryTextClassName, textChildren = _a.textChildren, primaryText = _a.primaryText, secondaryText = _a.secondaryText, children = _a.children, forwardedRef = _a.forwardedRef, leftIcon = _a.leftIcon, leftAvatar = _a.leftAvatar, leftMedia = _a.leftMedia, leftMediaLarge = _a.leftMediaLarge, leftPosition = _a.leftPosition, rightIcon = _a.rightIcon, rightAvatar = _a.rightAvatar, rightMedia = _a.rightMedia, rightMediaLarge = _a.rightMediaLarge, rightPosition = _a.rightPosition, forceIconWrap = _a.forceIconWrap, _height = _a.height, disableSpacebarClick = _a.disableSpacebarClick, disableRipple = _a.disableRipple, disableProgrammaticRipple = _a.disableProgrammaticRipple, disablePressedFallback = _a.disablePressedFallback, rippleTimeout = _a.rippleTimeout, rippleClassNames = _a.rippleClassNames, rippleClassName = _a.rippleClassName, rippleContainerClassName = _a.rippleContainerClassName, tabIndex = _a.tabIndex, role = _a.role, props = __rest(_a, ["className", "textClassName", "secondaryTextClassName", "textChildren", "primaryText", "secondaryText", "children", "forwardedRef", "leftIcon", "leftAvatar", "leftMedia", "leftMediaLarge", "leftPosition", "rightIcon", "rightAvatar", "rightMedia", "rightMediaLarge", "rightPosition", "forceIconWrap", "height", "disableSpacebarClick", "disableRipple", "disableProgrammaticRipple", "disablePressedFallback", "rippleTimeout", "rippleClassNames", "rippleClassName", "rippleContainerClassName", "tabIndex", "role"]); | ||
var disabled = props.disabled; | ||
@@ -32,0 +32,0 @@ var _b = useInteractionStates({ |
@@ -34,3 +34,4 @@ var __assign = (this && this.__assign) || function () { | ||
_b[position] = position !== "middle", | ||
_b.avatar = avatar, | ||
_b.before = before, | ||
_b["avatar-before"] = before && avatar, | ||
_b.media = media || mediaLarge, | ||
@@ -37,0 +38,0 @@ _b["media-large"] = mediaLarge, |
@@ -30,3 +30,3 @@ var __assign = (this && this.__assign) || function () { | ||
var _a; | ||
var _b = providedProps, propClassName = _b.className, textClassName = _b.textClassName, secondaryTextClassName = _b.secondaryTextClassName, textChildren = _b.textChildren, primaryText = _b.primaryText, secondaryText = _b.secondaryText, children = _b.children, forwardedRef = _b.forwardedRef, leftIcon = _b.leftIcon, leftAvatar = _b.leftAvatar, rightIcon = _b.rightIcon, rightAvatar = _b.rightAvatar, forceIconWrap = _b.forceIconWrap, propHeight = _b.height, threeLines = _b.threeLines, Component = _b.component, enableKeyboardClick = _b.enableKeyboardClick, disableSpacebarClick = _b.disableSpacebarClick, disableRipple = _b.disableRipple, disableProgrammaticRipple = _b.disableProgrammaticRipple, disablePressedFallback = _b.disablePressedFallback, rippleTimeout = _b.rippleTimeout, rippleClassNames = _b.rippleClassNames, rippleClassName = _b.rippleClassName, rippleContainerClassName = _b.rippleContainerClassName, props = __rest(_b, ["className", "textClassName", "secondaryTextClassName", "textChildren", "primaryText", "secondaryText", "children", "forwardedRef", "leftIcon", "leftAvatar", "rightIcon", "rightAvatar", "forceIconWrap", "height", "threeLines", "component", "enableKeyboardClick", "disableSpacebarClick", "disableRipple", "disableProgrammaticRipple", "disablePressedFallback", "rippleTimeout", "rippleClassNames", "rippleClassName", "rippleContainerClassName"]); | ||
var _b = providedProps, propClassName = _b.className, textClassName = _b.textClassName, secondaryTextClassName = _b.secondaryTextClassName, textChildren = _b.textChildren, primaryText = _b.primaryText, secondaryText = _b.secondaryText, children = _b.children, forwardedRef = _b.forwardedRef, leftIcon = _b.leftIcon, leftAvatar = _b.leftAvatar, rightIcon = _b.rightIcon, rightAvatar = _b.rightAvatar, forceIconWrap = _b.forceIconWrap, _height = _b.height, threeLines = _b.threeLines, Component = _b.component, disableSpacebarClick = _b.disableSpacebarClick, disableRipple = _b.disableRipple, disableProgrammaticRipple = _b.disableProgrammaticRipple, disablePressedFallback = _b.disablePressedFallback, rippleTimeout = _b.rippleTimeout, rippleClassNames = _b.rippleClassNames, rippleClassName = _b.rippleClassName, rippleContainerClassName = _b.rippleContainerClassName, props = __rest(_b, ["className", "textClassName", "secondaryTextClassName", "textChildren", "primaryText", "secondaryText", "children", "forwardedRef", "leftIcon", "leftAvatar", "rightIcon", "rightAvatar", "forceIconWrap", "height", "threeLines", "component", "disableSpacebarClick", "disableRipple", "disableProgrammaticRipple", "disablePressedFallback", "rippleTimeout", "rippleClassNames", "rippleClassName", "rippleContainerClassName"]); | ||
var height = getListItemHeight(providedProps); | ||
@@ -33,0 +33,0 @@ var _c = useInteractionStates({ |
@@ -31,3 +31,3 @@ var __assign = (this && this.__assign) || function () { | ||
var _a; | ||
var _b = providedProps, className = _b.className, textClassName = _b.textClassName, secondaryTextClassName = _b.secondaryTextClassName, textChildren = _b.textChildren, primaryText = _b.primaryText, secondaryText = _b.secondaryText, leftIcon = _b.leftIcon, leftAvatar = _b.leftAvatar, leftMedia = _b.leftMedia, leftMediaLarge = _b.leftMediaLarge, leftPosition = _b.leftPosition, rightIcon = _b.rightIcon, rightAvatar = _b.rightAvatar, rightMedia = _b.rightMedia, rightMediaLarge = _b.rightMediaLarge, rightPosition = _b.rightPosition, forceIconWrap = _b.forceIconWrap, children = _b.children, forwardedRef = _b.forwardedRef, propHeight = _b.height, threeLines = _b.threeLines, ariaDisabled = _b["aria-disabled"], disabled = _b.disabled, clickable = _b.clickable, props = __rest(_b, ["className", "textClassName", "secondaryTextClassName", "textChildren", "primaryText", "secondaryText", "leftIcon", "leftAvatar", "leftMedia", "leftMediaLarge", "leftPosition", "rightIcon", "rightAvatar", "rightMedia", "rightMediaLarge", "rightPosition", "forceIconWrap", "children", "forwardedRef", "height", "threeLines", "aria-disabled", "disabled", "clickable"]); | ||
var _b = providedProps, className = _b.className, textClassName = _b.textClassName, secondaryTextClassName = _b.secondaryTextClassName, textChildren = _b.textChildren, primaryText = _b.primaryText, secondaryText = _b.secondaryText, leftIcon = _b.leftIcon, leftAvatar = _b.leftAvatar, leftMedia = _b.leftMedia, leftMediaLarge = _b.leftMediaLarge, leftPosition = _b.leftPosition, rightIcon = _b.rightIcon, rightAvatar = _b.rightAvatar, rightMedia = _b.rightMedia, rightMediaLarge = _b.rightMediaLarge, rightPosition = _b.rightPosition, forceIconWrap = _b.forceIconWrap, children = _b.children, forwardedRef = _b.forwardedRef, _height = _b.height, threeLines = _b.threeLines, ariaDisabled = _b["aria-disabled"], disabled = _b.disabled, clickable = _b.clickable, props = __rest(_b, ["className", "textClassName", "secondaryTextClassName", "textChildren", "primaryText", "secondaryText", "leftIcon", "leftAvatar", "leftMedia", "leftMediaLarge", "leftPosition", "rightIcon", "rightAvatar", "rightMedia", "rightMediaLarge", "rightPosition", "forceIconWrap", "children", "forwardedRef", "height", "threeLines", "aria-disabled", "disabled", "clickable"]); | ||
var height = getListItemHeight(providedProps); | ||
@@ -34,0 +34,0 @@ return (React.createElement("li", __assign({}, props, { "aria-disabled": typeof ariaDisabled === "string" |
@@ -44,3 +44,3 @@ "use strict"; | ||
var _a = providedProps, dense = _a.dense, horizontal = _a.horizontal, ordered = _a.ordered, forwardedRef = _a.forwardedRef, className = _a.className, children = _a.children, props = __rest(_a, ["dense", "horizontal", "ordered", "forwardedRef", "className", "children"]); | ||
return react_1.createElement(ordered ? "ol" : "ul", __assign({}, props, { ref: forwardedRef, className: classnames_1.default(block({ dense: dense, horizontal: horizontal }), className) }), children); | ||
return react_1.createElement(ordered ? "ol" : "ul", __assign(__assign({}, props), { ref: forwardedRef, className: classnames_1.default(block({ dense: dense, horizontal: horizontal }), className) }), children); | ||
}; | ||
@@ -47,0 +47,0 @@ var defaultProps = { |
@@ -41,3 +41,3 @@ "use strict"; | ||
var ListItem = function (providedProps) { | ||
var _a = providedProps, propClassName = _a.className, textClassName = _a.textClassName, secondaryTextClassName = _a.secondaryTextClassName, textChildren = _a.textChildren, primaryText = _a.primaryText, secondaryText = _a.secondaryText, children = _a.children, forwardedRef = _a.forwardedRef, leftIcon = _a.leftIcon, leftAvatar = _a.leftAvatar, leftMedia = _a.leftMedia, leftMediaLarge = _a.leftMediaLarge, leftPosition = _a.leftPosition, rightIcon = _a.rightIcon, rightAvatar = _a.rightAvatar, rightMedia = _a.rightMedia, rightMediaLarge = _a.rightMediaLarge, rightPosition = _a.rightPosition, forceIconWrap = _a.forceIconWrap, height = _a.height, disableSpacebarClick = _a.disableSpacebarClick, disableRipple = _a.disableRipple, disableProgrammaticRipple = _a.disableProgrammaticRipple, disablePressedFallback = _a.disablePressedFallback, rippleTimeout = _a.rippleTimeout, rippleClassNames = _a.rippleClassNames, rippleClassName = _a.rippleClassName, rippleContainerClassName = _a.rippleContainerClassName, tabIndex = _a.tabIndex, role = _a.role, props = __rest(_a, ["className", "textClassName", "secondaryTextClassName", "textChildren", "primaryText", "secondaryText", "children", "forwardedRef", "leftIcon", "leftAvatar", "leftMedia", "leftMediaLarge", "leftPosition", "rightIcon", "rightAvatar", "rightMedia", "rightMediaLarge", "rightPosition", "forceIconWrap", "height", "disableSpacebarClick", "disableRipple", "disableProgrammaticRipple", "disablePressedFallback", "rippleTimeout", "rippleClassNames", "rippleClassName", "rippleContainerClassName", "tabIndex", "role"]); | ||
var _a = providedProps, propClassName = _a.className, textClassName = _a.textClassName, secondaryTextClassName = _a.secondaryTextClassName, textChildren = _a.textChildren, primaryText = _a.primaryText, secondaryText = _a.secondaryText, children = _a.children, forwardedRef = _a.forwardedRef, leftIcon = _a.leftIcon, leftAvatar = _a.leftAvatar, leftMedia = _a.leftMedia, leftMediaLarge = _a.leftMediaLarge, leftPosition = _a.leftPosition, rightIcon = _a.rightIcon, rightAvatar = _a.rightAvatar, rightMedia = _a.rightMedia, rightMediaLarge = _a.rightMediaLarge, rightPosition = _a.rightPosition, forceIconWrap = _a.forceIconWrap, _height = _a.height, disableSpacebarClick = _a.disableSpacebarClick, disableRipple = _a.disableRipple, disableProgrammaticRipple = _a.disableProgrammaticRipple, disablePressedFallback = _a.disablePressedFallback, rippleTimeout = _a.rippleTimeout, rippleClassNames = _a.rippleClassNames, rippleClassName = _a.rippleClassName, rippleContainerClassName = _a.rippleContainerClassName, tabIndex = _a.tabIndex, role = _a.role, props = __rest(_a, ["className", "textClassName", "secondaryTextClassName", "textChildren", "primaryText", "secondaryText", "children", "forwardedRef", "leftIcon", "leftAvatar", "leftMedia", "leftMediaLarge", "leftPosition", "rightIcon", "rightAvatar", "rightMedia", "rightMediaLarge", "rightPosition", "forceIconWrap", "height", "disableSpacebarClick", "disableRipple", "disableProgrammaticRipple", "disablePressedFallback", "rippleTimeout", "rippleClassNames", "rippleClassName", "rippleContainerClassName", "tabIndex", "role"]); | ||
var disabled = props.disabled; | ||
@@ -44,0 +44,0 @@ var _b = states_1.useInteractionStates({ |
@@ -39,3 +39,4 @@ "use strict"; | ||
_b[position] = position !== "middle", | ||
_b.avatar = avatar, | ||
_b.before = before, | ||
_b["avatar-before"] = before && avatar, | ||
_b.media = media || mediaLarge, | ||
@@ -42,0 +43,0 @@ _b["media-large"] = mediaLarge, |
@@ -42,3 +42,3 @@ "use strict"; | ||
var _a; | ||
var _b = providedProps, propClassName = _b.className, textClassName = _b.textClassName, secondaryTextClassName = _b.secondaryTextClassName, textChildren = _b.textChildren, primaryText = _b.primaryText, secondaryText = _b.secondaryText, children = _b.children, forwardedRef = _b.forwardedRef, leftIcon = _b.leftIcon, leftAvatar = _b.leftAvatar, rightIcon = _b.rightIcon, rightAvatar = _b.rightAvatar, forceIconWrap = _b.forceIconWrap, propHeight = _b.height, threeLines = _b.threeLines, Component = _b.component, enableKeyboardClick = _b.enableKeyboardClick, disableSpacebarClick = _b.disableSpacebarClick, disableRipple = _b.disableRipple, disableProgrammaticRipple = _b.disableProgrammaticRipple, disablePressedFallback = _b.disablePressedFallback, rippleTimeout = _b.rippleTimeout, rippleClassNames = _b.rippleClassNames, rippleClassName = _b.rippleClassName, rippleContainerClassName = _b.rippleContainerClassName, props = __rest(_b, ["className", "textClassName", "secondaryTextClassName", "textChildren", "primaryText", "secondaryText", "children", "forwardedRef", "leftIcon", "leftAvatar", "rightIcon", "rightAvatar", "forceIconWrap", "height", "threeLines", "component", "enableKeyboardClick", "disableSpacebarClick", "disableRipple", "disableProgrammaticRipple", "disablePressedFallback", "rippleTimeout", "rippleClassNames", "rippleClassName", "rippleContainerClassName"]); | ||
var _b = providedProps, propClassName = _b.className, textClassName = _b.textClassName, secondaryTextClassName = _b.secondaryTextClassName, textChildren = _b.textChildren, primaryText = _b.primaryText, secondaryText = _b.secondaryText, children = _b.children, forwardedRef = _b.forwardedRef, leftIcon = _b.leftIcon, leftAvatar = _b.leftAvatar, rightIcon = _b.rightIcon, rightAvatar = _b.rightAvatar, forceIconWrap = _b.forceIconWrap, _height = _b.height, threeLines = _b.threeLines, Component = _b.component, disableSpacebarClick = _b.disableSpacebarClick, disableRipple = _b.disableRipple, disableProgrammaticRipple = _b.disableProgrammaticRipple, disablePressedFallback = _b.disablePressedFallback, rippleTimeout = _b.rippleTimeout, rippleClassNames = _b.rippleClassNames, rippleClassName = _b.rippleClassName, rippleContainerClassName = _b.rippleContainerClassName, props = __rest(_b, ["className", "textClassName", "secondaryTextClassName", "textChildren", "primaryText", "secondaryText", "children", "forwardedRef", "leftIcon", "leftAvatar", "rightIcon", "rightAvatar", "forceIconWrap", "height", "threeLines", "component", "disableSpacebarClick", "disableRipple", "disableProgrammaticRipple", "disablePressedFallback", "rippleTimeout", "rippleClassNames", "rippleClassName", "rippleContainerClassName"]); | ||
var height = getListItemHeight_1.default(providedProps); | ||
@@ -45,0 +45,0 @@ var _c = states_1.useInteractionStates({ |
@@ -43,3 +43,3 @@ "use strict"; | ||
var _a; | ||
var _b = providedProps, className = _b.className, textClassName = _b.textClassName, secondaryTextClassName = _b.secondaryTextClassName, textChildren = _b.textChildren, primaryText = _b.primaryText, secondaryText = _b.secondaryText, leftIcon = _b.leftIcon, leftAvatar = _b.leftAvatar, leftMedia = _b.leftMedia, leftMediaLarge = _b.leftMediaLarge, leftPosition = _b.leftPosition, rightIcon = _b.rightIcon, rightAvatar = _b.rightAvatar, rightMedia = _b.rightMedia, rightMediaLarge = _b.rightMediaLarge, rightPosition = _b.rightPosition, forceIconWrap = _b.forceIconWrap, children = _b.children, forwardedRef = _b.forwardedRef, propHeight = _b.height, threeLines = _b.threeLines, ariaDisabled = _b["aria-disabled"], disabled = _b.disabled, clickable = _b.clickable, props = __rest(_b, ["className", "textClassName", "secondaryTextClassName", "textChildren", "primaryText", "secondaryText", "leftIcon", "leftAvatar", "leftMedia", "leftMediaLarge", "leftPosition", "rightIcon", "rightAvatar", "rightMedia", "rightMediaLarge", "rightPosition", "forceIconWrap", "children", "forwardedRef", "height", "threeLines", "aria-disabled", "disabled", "clickable"]); | ||
var _b = providedProps, className = _b.className, textClassName = _b.textClassName, secondaryTextClassName = _b.secondaryTextClassName, textChildren = _b.textChildren, primaryText = _b.primaryText, secondaryText = _b.secondaryText, leftIcon = _b.leftIcon, leftAvatar = _b.leftAvatar, leftMedia = _b.leftMedia, leftMediaLarge = _b.leftMediaLarge, leftPosition = _b.leftPosition, rightIcon = _b.rightIcon, rightAvatar = _b.rightAvatar, rightMedia = _b.rightMedia, rightMediaLarge = _b.rightMediaLarge, rightPosition = _b.rightPosition, forceIconWrap = _b.forceIconWrap, children = _b.children, forwardedRef = _b.forwardedRef, _height = _b.height, threeLines = _b.threeLines, ariaDisabled = _b["aria-disabled"], disabled = _b.disabled, clickable = _b.clickable, props = __rest(_b, ["className", "textClassName", "secondaryTextClassName", "textChildren", "primaryText", "secondaryText", "leftIcon", "leftAvatar", "leftMedia", "leftMediaLarge", "leftPosition", "rightIcon", "rightAvatar", "rightMedia", "rightMediaLarge", "rightPosition", "forceIconWrap", "children", "forwardedRef", "height", "threeLines", "aria-disabled", "disabled", "clickable"]); | ||
var height = getListItemHeight_1.default(providedProps); | ||
@@ -46,0 +46,0 @@ return (react_1.default.createElement("li", __assign({}, props, { "aria-disabled": typeof ariaDisabled === "string" |
{ | ||
"name": "@react-md/list", | ||
"version": "2.0.0-alpha.10", | ||
"version": "2.0.0-alpha.11", | ||
"description": "This package is used to create lists with the material design specs.", | ||
@@ -41,9 +41,9 @@ "scripts": { | ||
"dependencies": { | ||
"@react-md/avatar": "^2.0.0-alpha.10", | ||
"@react-md/divider": "^2.0.0-alpha.10", | ||
"@react-md/icon": "^2.0.0-alpha.10", | ||
"@react-md/states": "^2.0.0-alpha.10", | ||
"@react-md/theme": "^2.0.0-alpha.10", | ||
"@react-md/typography": "^2.0.0-alpha.10", | ||
"@react-md/utils": "^2.0.0-alpha.10", | ||
"@react-md/avatar": "^2.0.0-alpha.11", | ||
"@react-md/divider": "^2.0.0-alpha.11", | ||
"@react-md/icon": "^2.0.0-alpha.11", | ||
"@react-md/states": "^2.0.0-alpha.11", | ||
"@react-md/theme": "^2.0.0-alpha.11", | ||
"@react-md/typography": "^2.0.0-alpha.11", | ||
"@react-md/utils": "^2.0.0-alpha.11", | ||
"classnames": "^2.2.6" | ||
@@ -60,3 +60,3 @@ }, | ||
}, | ||
"gitHead": "d42497f9e2e5c6e7f37774e140a5bf80c644081d" | ||
"gitHead": "740017d534dece692a4520df98de74df4d2e55c7" | ||
} |
@@ -34,4 +34,2 @@ # @react-md/list | ||
<!-- INCLUDING_STYLES --> | ||
## Usage | ||
@@ -38,0 +36,0 @@ |
@@ -13,2 +13,5 @@ import React, { ElementType, HTMLAttributes } from "react"; | ||
component?: ElementType; | ||
} | ||
export interface ListItemLinkWithComponentProps extends ListItemLinkProps { | ||
component: ElementType; | ||
/** | ||
@@ -18,5 +21,5 @@ * I'm not really sure of a good way to implement this, but when the `component` prop is provided, | ||
*/ | ||
[key: string]: any; | ||
[key: string]: unknown; | ||
} | ||
declare const _default: React.ForwardRefExoticComponent<Pick<ListItemLinkProps, React.ReactText> & React.RefAttributes<"symbol" | "object" | "style" | "title" | "time" | "link" | "menu" | "dialog" | "text" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "div" | "dl" | "dt" | "em" | "embed" | "fieldset" | "figcaption" | "figure" | "footer" | "form" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "head" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "img" | "input" | "ins" | "kbd" | "keygen" | "label" | "legend" | "li" | "main" | "map" | "mark" | "menuitem" | "meta" | "meter" | "nav" | "noindex" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "pre" | "progress" | "q" | "rp" | "rt" | "ruby" | "s" | "samp" | "script" | "section" | "select" | "small" | "source" | "span" | "strong" | "sub" | "summary" | "sup" | "table" | "template" | "tbody" | "td" | "textarea" | "tfoot" | "th" | "thead" | "tr" | "track" | "u" | "ul" | "var" | "video" | "wbr" | "webview" | "svg" | "animate" | "animateMotion" | "animateTransform" | "circle" | "clipPath" | "defs" | "desc" | "ellipse" | "feBlend" | "feColorMatrix" | "feComponentTransfer" | "feComposite" | "feConvolveMatrix" | "feDiffuseLighting" | "feDisplacementMap" | "feDistantLight" | "feDropShadow" | "feFlood" | "feFuncA" | "feFuncB" | "feFuncG" | "feFuncR" | "feGaussianBlur" | "feImage" | "feMerge" | "feMergeNode" | "feMorphology" | "feOffset" | "fePointLight" | "feSpecularLighting" | "feSpotLight" | "feTile" | "feTurbulence" | "filter" | "foreignObject" | "g" | "image" | "line" | "linearGradient" | "marker" | "mask" | "metadata" | "mpath" | "path" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "stop" | "switch" | "textPath" | "tspan" | "use" | "view" | React.ComponentClass<any, any> | React.FunctionComponent<any> | HTMLAnchorElement>>; | ||
declare const _default: React.ForwardRefExoticComponent<(ListItemLinkProps & React.RefAttributes<"symbol" | "object" | "big" | "link" | "small" | "sub" | "sup" | "track" | "progress" | HTMLAnchorElement | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "embed" | "fieldset" | "figcaption" | "figure" | "footer" | "form" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "head" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "img" | "input" | "ins" | "kbd" | "label" | "legend" | "li" | "main" | "map" | "mark" | "menu" | "meta" | "meter" | "nav" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "pre" | "q" | "rp" | "rt" | "ruby" | "s" | "samp" | "script" | "section" | "select" | "source" | "span" | "strong" | "style" | "summary" | "table" | "tbody" | "td" | "template" | "textarea" | "tfoot" | "th" | "thead" | "time" | "title" | "tr" | "u" | "ul" | "var" | "video" | "wbr" | "circle" | "clipPath" | "defs" | "desc" | "ellipse" | "feBlend" | "feColorMatrix" | "feComponentTransfer" | "feComposite" | "feConvolveMatrix" | "feDiffuseLighting" | "feDisplacementMap" | "feDistantLight" | "feFlood" | "feFuncA" | "feFuncB" | "feFuncG" | "feFuncR" | "feGaussianBlur" | "feImage" | "feMerge" | "feMergeNode" | "feMorphology" | "feOffset" | "fePointLight" | "feSpecularLighting" | "feSpotLight" | "feTile" | "feTurbulence" | "filter" | "foreignObject" | "g" | "image" | "line" | "linearGradient" | "marker" | "mask" | "metadata" | "path" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "stop" | "svg" | "switch" | "text" | "textPath" | "tspan" | "use" | "view" | "menuitem" | "keygen" | "noindex" | "webview" | "animate" | "animateMotion" | "animateTransform" | "feDropShadow" | "mpath" | React.ComponentClass<any, any> | React.FunctionComponent<any>>) | (ListItemLinkWithComponentProps & React.RefAttributes<"symbol" | "object" | "big" | "link" | "small" | "sub" | "sup" | "track" | "progress" | HTMLAnchorElement | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "embed" | "fieldset" | "figcaption" | "figure" | "footer" | "form" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "head" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "img" | "input" | "ins" | "kbd" | "label" | "legend" | "li" | "main" | "map" | "mark" | "menu" | "meta" | "meter" | "nav" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "pre" | "q" | "rp" | "rt" | "ruby" | "s" | "samp" | "script" | "section" | "select" | "source" | "span" | "strong" | "style" | "summary" | "table" | "tbody" | "td" | "template" | "textarea" | "tfoot" | "th" | "thead" | "time" | "title" | "tr" | "u" | "ul" | "var" | "video" | "wbr" | "circle" | "clipPath" | "defs" | "desc" | "ellipse" | "feBlend" | "feColorMatrix" | "feComponentTransfer" | "feComposite" | "feConvolveMatrix" | "feDiffuseLighting" | "feDisplacementMap" | "feDistantLight" | "feFlood" | "feFuncA" | "feFuncB" | "feFuncG" | "feFuncR" | "feGaussianBlur" | "feImage" | "feMerge" | "feMergeNode" | "feMorphology" | "feOffset" | "fePointLight" | "feSpecularLighting" | "feSpotLight" | "feTile" | "feTurbulence" | "filter" | "foreignObject" | "g" | "image" | "line" | "linearGradient" | "marker" | "mask" | "metadata" | "path" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "stop" | "svg" | "switch" | "text" | "textPath" | "tspan" | "use" | "view" | "menuitem" | "keygen" | "noindex" | "webview" | "animate" | "animateMotion" | "animateTransform" | "feDropShadow" | "mpath" | React.ComponentClass<any, any> | React.FunctionComponent<any>>)>; | ||
export default _default; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
541701
82
2314
73