aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/newlightbox/Header/utils.ts
blob: 22e0487c29e1c021ce62b65af3c56f5c4211fecb (plain)
1
2
3
4
export interface INewLightboxHeader {
    height?: number
    width?: number
}