@wordpress/components
Version:
UI components for WordPress.
11 lines • 456 B
TypeScript
import memoize from 'memize';
/**
* Generates the connected component CSS className based on the namespace.
*
* @param namespace The name of the connected component.
* @return The generated CSS className.
*/
declare function getStyledClassName(namespace: string): string;
export declare const getStyledClassNameFromKey: typeof getStyledClassName & memoize.MemizeMemoizedFunction;
export {};
//# sourceMappingURL=get-styled-class-name-from-key.d.ts.map