mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-14 14:02:49 +00:00
11 lines
227 B
TypeScript
Executable File
11 lines
227 B
TypeScript
Executable File
import { PluginFunc } from 'dayjs'
|
|
|
|
declare module 'dayjs' {
|
|
interface ConfigTypeMap {
|
|
arraySupport: [number?, number?, number?, number?, number?, number?, number?]
|
|
}
|
|
}
|
|
|
|
declare const plugin: PluginFunc
|
|
export = plugin
|