Skip to main content
Module

x/frugal/docs/svg/type.ts

A frugal web framework
Go to Latest
File
import * as preact from 'preact';
export type SvgProps = Omit< preact.JSX.IntrinsicElements['svg'], 'viewBox' | 'xlmns' | 'fill'>;