12 lines
295 B
JavaScript
Raw Normal View History

2025-12-10 12:02:17 +08:00
import { commonDark } from "../../_styles/common/index.mjs";
import { inputDark } from "../../input/styles/index.mjs";
import { self } from "./light.mjs";
const inputOtpDark = {
name: 'InputOtp',
common: commonDark,
peers: {
Input: inputDark
},
self
};
export default inputOtpDark;