@inkline/inkline
Version:
Inkline is the Vue.js UI/UX Library built for creating your next design system
10 lines (9 loc) • 315 B
TypeScript
/**
* Convert given class name into dash case and append the given breakpoint string. Required in order to turn camel case
* props into dash case.
*
* @param className
* @param breakpoint
* @returns {string}
*/
export declare function breakpointClass(className: string, breakpoint: string | number): string;