/** Specifies the possible positions of a drawer. */ export type DrawerPosition = "start" | "end"; //# sourceMappingURL=DrawerPosition.d.ts.map