refactor(package/interface): import CSSProperties from csstype

This commit is contained in:
Linden
2024-03-16 04:30:02 +11:00
parent 19ce031145
commit 50d957c1d1
3 changed files with 83 additions and 80 deletions

View File

@@ -1,5 +1,5 @@
import type { IconName, IconPrefix } from '@fortawesome/fontawesome-common-types';
import { CSSProperties } from 'react';
import type { Properties as CSSProperties } from 'csstype';
type IconAnimation = 'spin' | 'spinPulse' | 'spinReverse' | 'pulse' | 'beat' | 'fade' | 'beatFade' | 'bounce' | 'shake';