UNPKG

chop-logic-components

Version:

React UI components library for Chop Logic project

6 lines (5 loc) 167 B
type ClassNameInput = string | { [key in string]: boolean; } | undefined | null; export declare function getClassName(input: ClassNameInput[]): string; export {};