Files
flights_web_raw/node_modules/polished/lib/helpers/cssVar.d.ts
T

7 lines
126 B
TypeScript

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