UNPKG

@wordpress/components

Version:
10 lines 472 B
/** * 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: ((namespace: string) => ReturnType<typeof getStyledClassName>) & import("memize").MemizeMemoizedFunction; export {}; //# sourceMappingURL=get-styled-class-name-from-key.d.ts.map