UNPKG

philliplm-react-modern-audio-player

Version:

<p align="center"> <img width="20%" src="https://user-images.githubusercontent.com/70849655/180391190-2b268d23-c9f3-4e95-9fce-090897842c04.png" alt="rm-audio-player" /> <h1 align="center">React Modern Audio Player</h1> </p>

9 lines (8 loc) 450 B
import { Grid as SpectrumGrid } from "@react-spectrum/layout"; import { GridItem } from "./Item"; export declare const Grid: import("react").ForwardRefExoticComponent<import("@react-spectrum/layout").GridProps & import("react").RefAttributes<import("@react-types/shared").DOMRefValue<HTMLDivElement>>>; declare type GridComponent = typeof SpectrumGrid & { Item: typeof GridItem; }; declare const _default: GridComponent; export default _default;