UNPKG

plugin-audio

Version:
10 lines 151 B
type EmptyText = { text: '' }; export type AudioElement = { type: 'audio' src: string width?: string height?:string children: EmptyText[] }