Add tip component to exported components.
This commit is contained in:
		
							parent
							
								
									6252ed3045
								
							
						
					
					
						commit
						a5f16cd3fc
					
				
					 2 changed files with 2 additions and 1 deletions
				
			
		
							
								
								
									
										1
									
								
								index.ts
									
										
									
									
									
								
							
							
						
						
									
										1
									
								
								index.ts
									
										
									
									
									
								
							| 
						 | 
					@ -45,6 +45,7 @@ export * from "./src/Components/Select/Suggestible";
 | 
				
			||||||
export * from "./src/Components/Steps/Steps";
 | 
					export * from "./src/Components/Steps/Steps";
 | 
				
			||||||
export * from "./src/Components/Steps/StepsContext";
 | 
					export * from "./src/Components/Steps/StepsContext";
 | 
				
			||||||
export * from "./src/Components/Subapps/Subapps";
 | 
					export * from "./src/Components/Subapps/Subapps";
 | 
				
			||||||
 | 
					export * from "./src/Components/Tips/Tip";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export * from "./src/Async";
 | 
					export * from "./src/Async";
 | 
				
			||||||
export * from "./src/GlobalState";
 | 
					export * from "./src/GlobalState";
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,5 +1,5 @@
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	"version": "1.7.0",
 | 
						"version": "1.7.1",
 | 
				
			||||||
	"name": "@kernelui/core",
 | 
						"name": "@kernelui/core",
 | 
				
			||||||
	"description": "Kernel UI Core.",
 | 
						"description": "Kernel UI Core.",
 | 
				
			||||||
	"scripts": {
 | 
						"scripts": {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue