cheetah-grid
    Preparing search index...

    Interface SvgIcon<T>

    interface SvgIcon<T> {
        height?: number;
        svg: T extends object ? keyof T<T> & string : string;
        width?: number;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    height?: number
    svg: T extends object ? keyof T<T> & string : string
    width?: number