chore(): sync with main

This commit is contained in:
Liam DeBeasi
2022-09-30 12:27:17 -04:00
512 changed files with 1888 additions and 4091 deletions

View File

@ -1,3 +1,4 @@
import * as d from './proxies';
export const DIRECTIVES = [
@ -74,5 +75,5 @@ export const DIRECTIVES = [
d.IonThumbnail,
d.IonTitle,
d.IonToggle,
d.IonToolbar,
d.IonToolbar
];