UNPKG

rmwc

Version:

A thin React wrapper for Material Design (Web) Components

7 lines (6 loc) 323 B
import * as React from 'react'; export declare type IconStrategyT = 'auto' | 'ligature' | 'className' | 'url' | 'component' | 'custom'; /** * Get the actual icon strategy to use */ export declare const getIconStrategy: (content: React.ReactNode, strategy: string | null, defaultStrategy: string | null) => string | null;