UNPKG

@project44-manifest/react

Version:

Manifest Design System react components

12 lines 502 B
import { As, Options, Props } from '../../system'; import type { StyleProps } from '../../types'; export declare type IconElement = 'span'; export interface IconOptions<T extends As = IconElement> extends Options<T>, StyleProps { /** * The material-icons icon name */ icon?: string; } export declare type IconProps<T extends As = IconElement> = Props<IconOptions<T>>; export declare const Icon: import("../../system").Component<IconOptions<"span">>; //# sourceMappingURL=Icon.d.ts.map