UNPKG

107 BTypeScriptView Raw
1import { Theme, ThemeProps } from '../types';
2export default function getTheme(props?: ThemeProps): Theme;