Documentation

type UIIconResource​.IconName

A type that represents icon names, supporting both standard names and custom strings.

type IconName = keyof typeof defaults | (string & {});

Related