@conboai/app.db.query 0.9.36 → 0.9.38
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/app.db.query.js +10606 -10514
- package/dist/apps/FeedStreams/components/ImageGrid/styles.d.ts +1 -0
- package/package.json +1 -1
|
@@ -3,6 +3,7 @@ import { SxProps } from '@mui/material';
|
|
|
3
3
|
export declare const imageGridSx: (isAutoHeight: boolean) => SxProps;
|
|
4
4
|
export declare const imageItemSx: SxProps;
|
|
5
5
|
export declare const imageBoxSx: SxProps;
|
|
6
|
+
export declare const downloadButtonSx: SxProps;
|
|
6
7
|
export declare const delayBoxSx: (delay: number) => SxProps;
|
|
7
8
|
export declare const cardMediaSx: (delay: number) => SxProps;
|
|
8
9
|
export declare const descriptionContainerSx: SxProps;
|