DuyTa's picture
Upload folder using huggingface_hub
bc20498 verified
raw
history blame
203 Bytes
declare function plugin(options?: Partial<{ className: string; target: 'modern' | 'legacy' }>): {
handler: () => void
}
declare namespace plugin {
const __isOptionsFunction: true
}
export = plugin