sync working code, and import type-doc
This commit is contained in:
17
typedoc.json
Normal file
17
typedoc.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"entryPoints": [
|
||||
"lib/functions.d.ts",
|
||||
"lib/ui/checkbox.d.ts",
|
||||
"lib/ui/dropdown.d.ts",
|
||||
"lib/ui/icon.d.ts",
|
||||
"lib/ui/popup.d.ts",
|
||||
"lib/ui/tooltip.d.ts",
|
||||
"lib/ui/grid/column.d.ts",
|
||||
"lib/ui/grid/grid.d.ts",
|
||||
"lib/ui/media.d.ts"
|
||||
],
|
||||
"out": "./docs",
|
||||
"readme": "README.md",
|
||||
"name": "UI Library",
|
||||
"cleanOutputDir": true
|
||||
}
|
Reference in New Issue
Block a user