4 lines
106 B
TypeScript
4 lines
106 B
TypeScript
|
|
import type { AlertTheme } from './light';
|
||
|
|
declare const alertDark: AlertTheme;
|
||
|
|
export default alertDark;
|