@primer/view-components 0.20.0-rc.439af4be → 0.20.0-rc.5259187e

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,9 +1,6 @@
1
1
  export declare class NavListElement extends HTMLElement {
2
2
  #private;
3
3
  items: HTMLElement[];
4
- topLevelList: HTMLElement;
5
- connectedCallback(): void;
6
- disconnectedCallback(): void;
7
4
  selectItemById(itemId: string | null): boolean;
8
5
  selectItemByHref(href: string | null): boolean;
9
6
  selectItemByCurrentLocation(): boolean;
@@ -1,5 +1,4 @@
1
1
  import '@github/include-fragment-element';
2
- import './alpha/action_list';
3
2
  import './alpha/action_bar_element';
4
3
  import './alpha/dropdown';
5
4
  import './anchored_position';