FLUJOS/VISUALIZACION/node_modules/polished/lib/helpers/em.d.ts
2025-11-07 00:06:12 +01:00

3 lines
98 B
TypeScript
Executable file

declare const em: (value: string | number, base?: string | number) => string;
export default em;