UNPKG

aria-live-storybook-addon

Version:

Observe and log aria-live region changes in the addon panel

7 lines (6 loc) 134 B
import React from "react"; interface PanelProps { active: boolean; } export declare const Panel: React.FC<PanelProps>; export {};