UNPKG

styled-components

Version:

Visual primitives for the component age. Use the best bits of ES6 and CSS to style your apps without stress

5 lines (4 loc) 251 B
export declare const resetGroupIds: () => void; export declare const getGroupForId: (id: string) => number; export declare const getIdForGroup: (group: number) => void | string; export declare const setGroupForId: (id: string, group: number) => void;