File tree Expand file tree Collapse file tree
packages/panorama-types/types Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -528,7 +528,20 @@ interface VCSSStyleDeclaration {
528528 * overflow: squish squish; // squishes contents in horizontal and vertical directions
529529 * overflow: squish scroll; // scrolls contents in the Y direction
530530 */
531- overflow : 'squish' | 'clip' | 'scroll' | 'squish squish' | 'squish clip ' | 'squish scroll' | 'clip clip' | 'clip squish' | 'clip scroll' | 'scroll scroll' | 'scroll squish' | 'scroll clip' | null ;
531+ overflow :
532+ | 'squish'
533+ | 'clip'
534+ | 'scroll'
535+ | 'squish squish'
536+ | 'squish clip '
537+ | 'squish scroll'
538+ | 'clip clip'
539+ | 'clip squish'
540+ | 'clip scroll'
541+ | 'scroll scroll'
542+ | 'scroll squish'
543+ | 'scroll clip'
544+ | null ;
532545
533546 padding : string | null ;
534547 paddingBottom : string | null ;
You can’t perform that action at this time.
0 commit comments