interface IRendererOptions {
    attrs?: ElementAttrs;
    children?: readonly VirtualNode[];
    props?: LabIcon.IProps;
}

Properties

attrs?: ElementAttrs
children?: readonly VirtualNode[]
props?: LabIcon.IProps