UNPKG

@wordpress/components

Version:
10 lines 294 B
/** * 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