4 lines
110 B
TypeScript
4 lines
110 B
TypeScript
import type { SwitchTheme } from './light';
|
|
declare const switchDark: SwitchTheme;
|
|
export default switchDark;
|