/** Specifies the possible sizes of a floating action button. */ export type FabSize = "small" | "medium" | "large"; //# sourceMappingURL=FabSize.d.ts.map