import { TokensContract } from '../types'; /*-- Border widths --*/ export type BorderWidthsContract = TokensContract; export const borderWidthsContract = { light: null, normal: null, bold: null, }; /*-- Border radii --*/ export type RadiiContract = TokensContract; export const radiiContract = { rounded: null, pill: null, };