3 lines
100 B
TypeScript
3 lines
100 B
TypeScript
import { ThemeGetter } from './types';
|
|
export declare function fromTheme(key: string): ThemeGetter;
|