Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
export interface ToggleLabelProps {
  shouldAlignRight?: boolean
  secondaryText?: string
  text: string
  image?: string
  nowrap?: boolean

  renderCount?: ToggleLabelRenderProp
  renderText?: ToggleLabelRenderProp
  renderColor?: ToggleLabelRenderProp
}

export interface ToggleLabelRenderProp {
  (props: ToggleLabelProps | string): any
}