Closed acidjazz closed 2 years ago
typings.d.ts
declare const PushButton: DefineComponent<{ state: PropType<PushButtonState> size: PropType<PushButtonSize> theme: PropType<PushButtonThemeName> customTheme: PropType<PushButtonTheme> }>
can be
declare const PushButton: DefineComponent<{ state: PushButtonState size: PushButtonSize theme: PushButtonThemeName customTheme: PushButtonTheme }>
typings.d.ts
can be