mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
refactor(packages): derive default props from core classes (#488)
This commit is contained in:
@@ -41,7 +41,7 @@ export const Value = forwardRef(function Value(
|
||||
|
||||
const content = state.negative ? (
|
||||
<>
|
||||
<span aria-hidden="true">{negativeSign ?? '-'}</span>
|
||||
<span aria-hidden="true">{negativeSign ?? TimeCore.defaultProps.negativeSign}</span>
|
||||
{state.text}
|
||||
</>
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user