UNPKG

styled-components

Version:

CSS for the <Component> Age. Style components your way with speed, strong typing, and flexibility.

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;