react-fex-gallery
Version:
React gallery powered by FEX.net API
12 lines (11 loc) • 803 B
TypeScript
export declare const GalleryListWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
export declare const GalleryListItemCheckbox: import("styled-components").StyledComponent<"div", any, {
alwaysShowCheckbox?: boolean | undefined;
}, never>;
export declare const GalleryListItem: import("styled-components").StyledComponent<"div", any, {}, never>;
export declare const GalleryListItemBackground: import("styled-components").StyledComponent<"div", any, {
isSelected?: boolean | undefined;
isCurrent?: boolean | undefined;
}, never>;
export declare const GalleryListButton: import("styled-components").StyledComponent<"div", any, {}, never>;
export declare const GalleryListButtonOpposite: import("styled-components").StyledComponent<"div", any, {}, never>;