mirror of
https://github.com/sstent/aicyclingcoach-go.git
synced 2026-02-05 22:12:03 +00:00
sync
This commit is contained in:
6
node_modules/clsx/clsx.d.mts
generated
vendored
6
node_modules/clsx/clsx.d.mts
generated
vendored
@@ -1,6 +0,0 @@
|
||||
export type ClassValue = ClassArray | ClassDictionary | string | number | bigint | null | boolean | undefined;
|
||||
export type ClassDictionary = Record<string, any>;
|
||||
export type ClassArray = ClassValue[];
|
||||
|
||||
export function clsx(...inputs: ClassValue[]): string;
|
||||
export default clsx;
|
||||
Reference in New Issue
Block a user