File tree Expand file tree Collapse file tree 2 files changed +13
-9
lines changed
packages/drive-picker-element Expand file tree Collapse file tree 2 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 565565 "path" : " src/drive-picker/index.ts" ,
566566 "declarations" : [],
567567 "exports" : [
568+ {
569+ "kind" : " js" ,
570+ "name" : " DrivePickerDocsViewElement" ,
571+ "declaration" : {
572+ "name" : " DrivePickerDocsViewElement" ,
573+ "module" : " \" ./drive-picker-docs-view-element\" "
574+ }
575+ },
568576 {
569577 "kind" : " js" ,
570578 "name" : " DrivePickerElement" ,
613621 "module" : " \" ./drive-picker-element\" "
614622 }
615623 },
616- {
617- "kind" : " js" ,
618- "name" : " DrivePickerDocsViewElement" ,
619- "declaration" : {
620- "name" : " DrivePickerDocsViewElement" ,
621- "module" : " \" ./drive-picker-docs-view-element\" "
622- }
623- },
624624 {
625625 "kind" : " js" ,
626626 "name" : " DrivePickerDocsViewElementProps" ,
Original file line number Diff line number Diff line change @@ -54,7 +54,11 @@ function isCustomElementDeclaration(
5454 return ( declaration as CustomElementDeclaration ) ?. customElement === true ;
5555}
5656
57- function makeTable < T > ( title , cells : CELLS . CELL < T > [ ] , rows : T [ ] ) : Node [ ] {
57+ function makeTable < T > (
58+ title : string ,
59+ cells : CELLS . CELL < T > [ ] ,
60+ rows : T [ ] ,
61+ ) : Node [ ] {
5862 return [
5963 h2 ( text ( title ) ) ,
6064 table (
You can’t perform that action at this time.
0 commit comments