@wordpress/block-editor
Version:
19 lines (18 loc) • 531 B
JavaScript
// packages/block-editor/src/components/font-sizes/index.js
import {
getFontSize,
getFontSizeClass,
getFontSizeObjectByValue
} from "./utils";
import { getComputedFluidTypographyValue } from "./fluid-utils";
import { default as default2 } from "./font-size-picker";
import { default as default3 } from "./with-font-sizes";
export {
default2 as FontSizePicker,
getComputedFluidTypographyValue,
getFontSize,
getFontSizeClass,
getFontSizeObjectByValue,
default3 as withFontSizes
};
//# sourceMappingURL=index.js.map