Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace LabIcon

A namespace for LabIcon statics.

Index

Type aliases

IMaybeResolvable

IMaybeResolvable: IResolvable | VirtualElement.IRenderer | undefined

A type that maybe can be resolved to a LabIcon instance.

IReact

IReact: React.ForwardRefExoticComponent<IReactProps>

The complete type of the React component stored in the .react field of a LabIcon.

IReactProps

IReactProps: IProps & React.RefAttributes<SVGElement>

The properties that can be passed into the React component stored in the .react field of a LabIcon.

IReactRef

IReactRef: React.RefObject<SVGElement>

The type of the svg node ref that can be passed into icon React components

IResolvable

IResolvable: string | (IIcon & Partial<VirtualElement.IRenderer>)

A type that can be resolved to a LabIcon instance.

Generated using TypeDoc