Files

5 lines
209 B
TypeScript
Raw Permalink Normal View History

import type { ThemeConfig } from '../config-provider/context';
import type { AliasToken } from './interface';
declare const getDesignToken: (config?: ThemeConfig) => AliasToken;
export default getDesignToken;