UNPKG

@smui/list

Version:
12 lines (11 loc) 409 B
/// <reference types="svelte2tsx/svelte-jsx" /> import type Component from './Graphic.svelte'; export declare class GraphicComponentDev extends Component { /** * @private * For type checking capabilities only. * Does not exist at runtime. * ### DO NOT USE! */ $$prop_def: Omit<Partial<svelte.JSX.HTMLAttributes<HTMLSpanElement>>, 'use' | 'class'> & Component['$$prop_def']; }