@wordpress/components
Version:
UI components for WordPress.
10 lines • 294 B
TypeScript
/**
* Internal dependencies
*/
import breakpoints from './breakpoint-values';
/**
* @param {keyof typeof breakpoints} point
* @return {string} Media query declaration.
*/
export declare const breakpoint: (point: keyof typeof breakpoints) => string;
//# sourceMappingURL=breakpoint.d.ts.map