♻️(tokens) expose default tokens in a lib and various config
This allow to use the default tokens from Typescript or Javascript file of dependents repos. For instance this wîll be used by packages/react to aggregate components tokens files.
This commit is contained in:
4
packages/tokens/src/lib/index.ts
Normal file
4
packages/tokens/src/lib/index.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import { tokens } from "./cunningham-tokens";
|
||||
|
||||
export type DefaultTokens = typeof tokens;
|
||||
export const defaultTokens = tokens;
|
||||
Reference in New Issue
Block a user