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

5 lines
123 B
TypeScript
Executable file

import { Styles } from '../types/style';
declare function cover(offset?: number | string): Styles;
export default cover;