4 lines
126 B
TypeScript
4 lines
126 B
TypeScript
|
import type { PopconfirmTheme } from './light';
|
||
|
declare const popconfirmDark: PopconfirmTheme;
|
||
|
export default popconfirmDark;
|