UNPKG

react-odyssey

Version:

React components for Odyssey design system

3 lines (2 loc) 127 B
export declare const isMobilish: () => boolean; export declare type Omit<T, K extends keyof T> = Pick<T, Exclude<keyof T, K>>;