Function Pill

  • NOTE: Exotic components are not callable.

    Parameters

    • props: {
          as?: "button" | "span";
          color?: string;
          outline?: boolean;
          prefix?: ReactElement<any, string | JSXElementConstructor<any>>;
          size?: Size;
          solid?: boolean;
          subtle?: boolean;
          suffix?: ReactElement<any, string | JSXElementConstructor<any>>;
      } & Omit<CoreViewProps, "as"> & RefAttributes<unknown>

    Returns ReactElement<any, string | JSXElementConstructor<any>>

Generated using TypeDoc