771bda745c
Wildcard re-exports obscure each slice public surface and weaken tree-shaking. Convert to explicit named re-exports with export/export type split (B-1) for ComparisonView, ChangeAppTheme, Breadcrumb/model, and FilterAndSortFonts/api barrels.
8 lines
330 B
TypeScript
8 lines
330 B
TypeScript
export {
|
|
createDotCrossfade,
|
|
getDotTransitionParams,
|
|
} from './utils/dotTransition';
|
|
export type { DotTransitionParams } from './utils/dotTransition';
|
|
export { ensureCanvasFonts } from './utils/ensureCanvasFonts/ensureCanvasFonts';
|
|
export { getPretextFontString } from './utils/getPretextFontString/getPretextFontString';
|