Used in conjunction with the Carousel and Post components.
interface Slide {
id: string;
src: string;
alt?: string;
}
Used in conjunction with the DatePicker components.
type Locale = {
weekdays?: string[];
months?: string[];
weekStartsOn?: number;
};
All Icon components use Material Design Icons
under the hood. Use the string value for any
icon=""
properties.