UNPKG

@brizy/media-gallery

Version:
13 lines (12 loc) 204 B
export type Theme = { header: { color: "white"; }; content: { color: "gray-lightest"; }; footer: { color: "white"; }; }; export declare const theme: Theme;