export default { name: "Skeleton", acceptsChildren: false, category: "Other", props: [], events: [], defaultStyles: { "": { "flex-grow": "0", "flex-shrink": "1", "flex-basis": "auto", width: "100px", height: "20px", "border-radius": "var(--theme-radii-md)", "background-color": "var(--theme-bg-emphasized)", }, }, sources: [], } as const;