UNPKG

@coinmeca/ui

Version:

This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).

12 lines 301 B
export interface Panel { id?: string; active?: boolean; children?: any; onClick?: Function; onBlur?: Function; style?: object; color?: string; fix?: boolean; } export default function Panel(props: Panel): import("react").JSX.Element; //# sourceMappingURL=Panel.d.ts.map