mirror of
				https://github.com/NativeScript/NativeScript.git
				synced 2025-11-04 21:06:45 +08:00 
			
		
		
		
	fix: types export on ui/index
This commit is contained in:
		@ -75,8 +75,10 @@ export type { AccessibilityDecrementEventData, AccessibilityIncrementEventData }
 | 
			
		||||
export { addTaggedAdditionalCSS, removeTaggedAdditionalCSS, resolveFileNameFromUrl } from './styling/style-scope';
 | 
			
		||||
export { Background } from './styling/background';
 | 
			
		||||
export type { CacheMode } from './styling/background';
 | 
			
		||||
export { parseCSSShadow, ShadowCSSValues } from './styling/css-shadow';
 | 
			
		||||
export { parseCSSStroke, StrokeCSSValues } from './styling/css-stroke';
 | 
			
		||||
export { parseCSSShadow } from './styling/css-shadow';
 | 
			
		||||
export type { ShadowCSSValues } from './styling/css-shadow';
 | 
			
		||||
export { parseCSSStroke } from './styling/css-stroke';
 | 
			
		||||
export type { StrokeCSSValues } from './styling/css-stroke';
 | 
			
		||||
export { animationTimingFunctionConverter, timeConverter } from './styling/converters';
 | 
			
		||||
export { Font, FontStyle, FontWeight, FontVariationSettings } from './styling/font';
 | 
			
		||||
export type { FontStyleType, FontWeightType, FontVariationSettingsType } from './styling/font-interfaces';
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user