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

6 lines
126 B
TypeScript
Executable file

declare function cssVar(
cssVariable: string,
defaultValue?: string | number,
): string | number;
export default cssVar;