UNPKG

@styn/plugin-breakpoints

Version:

Create breakpoints to use in your styn styles

7 lines (6 loc) 217 B
import { StynPlugin } from "styn"; declare type ScreensList = { [screen: string]: string; }; export declare const breakpoints: (screens: ScreensList, template?: (size: string) => string) => StynPlugin; export {};