|
Last change
on this file since ba17441 was a762898, checked in by istevanoska <ilinastevanoska@…>, 5 months ago |
|
Added visualizations
|
-
Property mode
set to
100644
|
|
File size:
278 bytes
|
| Line | |
|---|
| 1 | export type ClassValue = ClassArray | ClassDictionary | string | number | bigint | null | boolean | undefined;
|
|---|
| 2 | export type ClassDictionary = Record<string, any>;
|
|---|
| 3 | export type ClassArray = ClassValue[];
|
|---|
| 4 |
|
|---|
| 5 | export function clsx(...inputs: ClassValue[]): string;
|
|---|
| 6 | export default clsx;
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.