UNPKG

plugin-audio

Version:
12 lines (11 loc) 183 B
type EmptyText = { text: ''; }; export type AudioElement = { type: 'audio'; src: string; width?: string; height?: string; children: EmptyText[]; }; export {};