UNPKG

@reallyland/really-elements

Version:

A collection of opinionated custom elements for the web

11 lines 223 B
export interface CopyError { reason: Error; } export interface CopySuccess { value: string; } export interface Slotted { id: HTMLElement | null; for: HTMLElement | null; } //# sourceMappingURL=types.d.ts.map