UNPKG

@prezly/theme-kit-ui

Version:
4 lines (3 loc) 169 B
import { type Theme } from '../../styler'; import type { BaseProps } from './types'; export declare const defaultTheme: Theme<'button' | 'content' | 'icon', BaseProps>;