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    
@skava/ui / src / components / atoms / Icons / typings.ts
Size: Mime:
/**
 * PROPS
 */
export interface DefaultProps {
  type?: string
  direction?: string
  width?: string
  height?: string
  viewBox?: string
  stroke?: string
  fill?: string
  circleFill?: string
  color?: string
  breed?: string
  dataQa?: string
}

export interface IconProps {
  identifier?: string
  className?: string
  vectorClassName?: string
  wording?: string
}