/** * Creates a string the name classes if the props keyed by the name of the class * has a value that evaluates to true * @param props */ export default function getClasses(props: Record): string; //# sourceMappingURL=getClasses.d.ts.map