blowfish/node_modules/@headlessui/react/dist/utils/class-names.d.ts

2 lines
95 B
TypeScript
Raw Normal View History

2023-01-29 22:30:24 +00:00
export declare function classNames(...classes: (false | null | undefined | string)[]): string;