UNPKG

react-bkoi-gl

Version:

React components for Barikoi GL JS

3 lines (2 loc) 193 B
/** Compare two classNames string and return the difference */ export declare function compareClassNames(prevClassName: string | undefined, nextClassName: string | undefined): string[] | null;