Skip to main content
Version: 7.0.0

StyledTwoColorPointyCircle()

StyledTwoColorPointyCircle(props)

function StyledTwoColorPointyCircle<AsTarget, ForwardedAsTarget>(
props,
): Element;

Type Parameters

Type ParameterDefault type
AsTarget extends void | WebTargetvoid
ForwardedAsTarget extends void | WebTargetvoid

Parameters

ParameterType
propsPolymorphicComponentProps<"web", Substitute<DetailedHTMLProps<HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, StyledTwoColorPointyCircleProps>, AsTarget, ForwardedAsTarget, AsTarget extends KnownTarget ? ComponentPropsWithRef<AsTarget<AsTarget>> : object, ForwardedAsTarget extends KnownTarget ? ComponentPropsWithRef<ForwardedAsTarget<ForwardedAsTarget>> : object>

Returns

Element

StyledTwoColorPointyCircle(props)

function StyledTwoColorPointyCircle(props): ReactNode;

Parameters

ParameterType
propsSubstitute<DetailedHTMLProps<HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, StyledTwoColorPointyCircleProps>

Returns

ReactNode