budt0m
Results
2
comments of
budt0m
@morajabi @franky47 am I correct in thinking that ``` export interface MediaGenerator { lessThan: ( breakpoint: keyof Breakpoints ) => GeneratorFunction greaterThan: ( breakpoint: keyof Breakpoints ) => GeneratorFunction between:...
@franky47 I'm using WebStorm and, yes, changing it to `keyof Breakpoints | string` still gives me the same autocompletion as before