type GapSize = 50 | 75 | 100 | 150 | 200 | 300; export type ZGalleryProps = { /** ... * * Tokens: * - `--z-gallery--min`: ... defaults as 200px. */ 'z-gallery'?: GapSize; }; export {};