Skip to content

Commit

Permalink
remove deprecated rendererClass from LabIcon.IOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
telamonian committed Feb 24, 2020
1 parent 48651c2 commit e6a179f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions packages/ui-components/src/icon/labicon.tsx
Expand Up @@ -605,12 +605,7 @@ export namespace LabIcon {
* Interface defining the parameters to be passed to the LabIcon
* constructor
*/
export interface IOptions extends IIcon, Partial<VirtualElement.IRenderer> {
/**
* @deprecated does nothing
*/
rendererClass?: typeof Private.Renderer;
}
export interface IOptions extends IIcon, Partial<VirtualElement.IRenderer> {}

/**
* The input props for creating a new LabIcon
Expand Down

0 comments on commit e6a179f

Please sign in to comment.