🚧 WIP:Work on types and exports
This commit is contained in:
parent
145272c546
commit
c8d502c698
16 changed files with 312 additions and 95 deletions
7
dist/lib/model.d.ts
vendored
Normal file
7
dist/lib/model.d.ts
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
import { PatternOption } from './types';
|
||||
export default class Model {
|
||||
id: string;
|
||||
config: PatternOption;
|
||||
val: number;
|
||||
constructor(config: PatternOption);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue