UNPKG

@codinggorilla/storybook-theme-changer

Version:
4 lines (3 loc) 135 B
import { Theme } from '@emotion/react'; declare function getTheme(themeName: string, themes: Theme[]): Theme; export default getTheme;