UNPKG

@multinite_official/multiui

Version:

The first and only Component Framework.

4 lines (3 loc) 284 B
/// <reference types="react" /> export type As<Props = any> = React.ElementType<Props>; export type TEMP_MultiUI_Icons = "mic-regular" | "mic-regular-duo" | "mic-thin" | "mic-thin-duo" | "mic-gestalt" | "mic-gestalt-duo" | "mic-bold" | "mic-bold-duo" | "mic-sharp" | "mic-sharp-duo";