UNPKG

@atlaskit/tokens

Version:

Design tokens are the single source of truth to name and store design decisions.

8 lines (7 loc) 173 B
/** * Create specific rules for ordering tokens based on their root path and subpath. */ export declare const tokenOrder: { path: string; subpaths: string[]; }[];