@react-stately/flags
Advanced tools
Comparing version
{ | ||
"name": "@react-stately/flags", | ||
"version": "3.0.0-nightly-9bd8a5f19-250304", | ||
"version": "3.0.0-nightly-9d471e48d-250314", | ||
"description": "Spectrum UI components in React", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
@@ -16,16 +16,16 @@ /* | ||
export function enableTableNestedRows() { | ||
export function enableTableNestedRows(): void { | ||
_tableNestedRows = true; | ||
} | ||
export function tableNestedRows() { | ||
export function tableNestedRows(): boolean { | ||
return _tableNestedRows; | ||
} | ||
export function enableShadowDOM() { | ||
export function enableShadowDOM(): void { | ||
_shadowDOM = true; | ||
} | ||
export function shadowDOM() { | ||
export function shadowDOM(): boolean { | ||
return _shadowDOM; | ||
} |
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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
10415
1.64%