+12
@@ -0,0 +1,12 @@
|
||||
import { IconifyIconCustomisations } from "./defaults.js";
|
||||
/**
|
||||
* Additional shorthand customisations
|
||||
*/
|
||||
interface ShorthandIconCustomisations {
|
||||
flip?: string;
|
||||
}
|
||||
/**
|
||||
* Apply "flip" string to icon customisations
|
||||
*/
|
||||
declare function flipFromString(custom: IconifyIconCustomisations, flip: string): void;
|
||||
export { ShorthandIconCustomisations, flipFromString };
|
||||
Reference in New Issue
Block a user