4 lines
200 B
TypeScript
4 lines
200 B
TypeScript
|
|
/** This export is intended for internal integration with Pigment CSS */
|
||
|
|
/* eslint-disable import/prefer-default-export */
|
||
|
|
export { default as unstable_createBreakpoints } from './createBreakpoints';
|