Type Alias IconsetNode

IconsetNode: {
    icons: { [key: string]: string | IconNode };
    size: string;
    sprite: string;
}

Type declaration

  • icons: { [key: string]: string | IconNode }
  • size: string
  • sprite: string
MMNEPVFCICPMFPCPTTAAATR