New translation system and filtering/group for Library Items #1
@ -5,7 +5,7 @@ type ButtonProps = {
 | 
			
		||||
  id?: string;
 | 
			
		||||
  className?: string;
 | 
			
		||||
  href?: string;
 | 
			
		||||
  children: React.ReactChild | React.ReactChild[];
 | 
			
		||||
  children: React.ReactNode;
 | 
			
		||||
  active?: boolean;
 | 
			
		||||
  locale?: string;
 | 
			
		||||
  onClick?: MouseEventHandler<HTMLDivElement>;
 | 
			
		||||
 | 
			
		||||
@ -1,6 +1,6 @@
 | 
			
		||||
type ChipProps = {
 | 
			
		||||
  className?: string;
 | 
			
		||||
  children: React.ReactChild | React.ReactChild[];
 | 
			
		||||
  children: React.ReactNode;
 | 
			
		||||
  "data-tip"?: string;
 | 
			
		||||
  "data-for"?: string;
 | 
			
		||||
  "data-html"?: boolean;
 | 
			
		||||
 | 
			
		||||
@ -1,6 +1,6 @@
 | 
			
		||||
type InsetBoxProps = {
 | 
			
		||||
  className?: string;
 | 
			
		||||
  children: React.ReactChild | React.ReactChild[];
 | 
			
		||||
  children: React.ReactNode;
 | 
			
		||||
  id?: string;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user