import { JSXBase } from '../../stencil-public-runtime'; /** * Type alias for the `style` attribute on a host element. */ export type HostStyleType = JSXBase.HTMLAttributes['style']; /** * Available skeleton placeholder types to render. */ export type VegaSkeletonType = 'text' | 'paragraph' | 'full-width-paragraph' | 'ellipse' | 'image' | 'table';