UNPKG

shineout

Version:

Shein 前端组件库

14 lines (13 loc) 297 B
declare const RESPONSIVE: { sm: string; md: string; lg: string; xl: string; }; declare type Responsive = keyof typeof RESPONSIVE; export declare function getGrid(opt?: number | { width?: number; offset?: number | string; responsive?: Responsive; }): string; export {};