UNPKG

@gravity-ui/uikit

Version:

Gravity UI base styling and components

8 lines (7 loc) 224 B
export function isPolymorphicComponentProps(props) { return props.component !== undefined; } export function isPolymorphicLinkProps(props) { return props.href !== undefined; } //# sourceMappingURL=polymorphic.js.map