UNPKG

carbon-react

Version:

A library of reusable React components for easily building user interfaces.

6 lines (5 loc) 278 B
import React from "react"; import { TagProps } from "../../__internal__/utils/helpers/tags/tags"; export declare const AiIcon: ({ ...rest }: TagProps) => React.JSX.Element; export declare const AiIconInverse: ({ ...rest }: TagProps) => React.JSX.Element; export default AiIcon;