Repository URL to install this package:
| 
      
        
        
        Version: 
        
         
          
          0.14.1  ▾
        
         | 
| 
    
    ui-component-library
  
    /
        
    src
  
        /
        
    components
  
        /
        
    presets
  
        /
        
    B2B
  
        /
        
    DashboardOverview
  
        /
        
    DashboardHeader
  
        /
        typings.ts
   | 
|---|
import { DashboardHeaderProps as DashboardHeaderPlaceholderProps } from 'abstractions/B2B/DashboardOverview'
// component main props
export interface DashboardHeaderProps
  extends DashboardHeaderPlaceholderProps {
  creditPoint?: string
}