UNPKG

@ibsheet/loader

Version:

Dynamically load support module for IBSheet

15 lines (14 loc) 352 B
import { RegItemUrlData } from './interface'; declare class RegistryItemURL { private _id; private _value; private _basename; type: string; target: string; constructor(data: RegItemUrlData); readonly id: string; value: string; readonly basename: string; } export { RegistryItemURL }; export default RegistryItemURL;