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