- Preparing search index...
 
- The search index is not available
 
@fold-dev/core 
 
TabsProps: {     animated?: boolean;     layout?: "bottom" | "top" | "left" | "right";     onSelect?: ((index) => void);     selected: number; } & Omit<CoreViewProps, "onSelect"> 
Type declaration
- 
Optional animated?: boolean
 
- 
Optional layout?: "bottom" | "top" | "left" | "right"
 
- 
Optional onSelect?: ((index) => void)
- 
- (index): void
 
- 
Returns void
 
 
 
- 
selected: number