mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-16 22:46:03 +01:00
fix(package): maybe resolve some bundling issues
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { IconName, IconPrefix } from '@fortawesome/fontawesome-common-types';
|
||||
import type { IconName, IconPrefix } from '@fortawesome/fontawesome-common-types';
|
||||
|
||||
type IconAnimation = 'spin' | 'spinPulse' | 'spinReverse' | 'pulse' | 'beat' | 'fade' | 'beatFade' | 'bounce' | 'shake';
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { IconName, IconPrefix } from '@fortawesome/fontawesome-common-types';
|
||||
import type { IconName, IconPrefix } from '@fortawesome/fontawesome-common-types';
|
||||
|
||||
type Icon = IconName | [IconName, IconPrefix];
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { IconName, IconPrefix } from '@fortawesome/fontawesome-common-types';
|
||||
import type { IconName, IconPrefix } from '@fortawesome/fontawesome-common-types';
|
||||
|
||||
type MenuPosition = 'top-left' | 'top-right' | 'bottom-left' | 'bottom-right';
|
||||
type ChangeFunction = (selected: number, scrollIndex?: number, args?: any, checked?: boolean) => void;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { Sx } from '@mantine/core';
|
||||
import { IconName, IconPrefix } from '@fortawesome/fontawesome-common-types';
|
||||
import type { Sx } from '@mantine/core';
|
||||
import type { IconName, IconPrefix } from '@fortawesome/fontawesome-common-types';
|
||||
|
||||
type NotificationPosition =
|
||||
| 'top'
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { IconName, IconPrefix } from '@fortawesome/fontawesome-common-types';
|
||||
import type { IconName, IconPrefix } from '@fortawesome/fontawesome-common-types';
|
||||
|
||||
type RadialItem = {
|
||||
id: string;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { IconName, IconPrefix } from '@fortawesome/fontawesome-common-types';
|
||||
import type { IconName, IconPrefix } from '@fortawesome/fontawesome-common-types';
|
||||
import { CSSProperties } from 'react';
|
||||
|
||||
type IconAnimation = 'spin' | 'spinPulse' | 'spinReverse' | 'pulse' | 'beat' | 'fade' | 'beatFade' | 'bounce' | 'shake';
|
||||
|
||||
Reference in New Issue
Block a user