mirror of
https://github.com/idanoo/GoScrobble
synced 2025-07-17 21:41:54 +00:00
0.2.0 - Mid migration
This commit is contained in:
parent
139e6a915e
commit
7e38fdbd7d
42393 changed files with 5358157 additions and 62 deletions
2
web/node_modules/reactjs-popup/dist/stories/components/Button.d.ts
generated
vendored
Normal file
2
web/node_modules/reactjs-popup/dist/stories/components/Button.d.ts
generated
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
import React from 'react';
|
||||
export declare const Button: React.ForwardRefExoticComponent<React.ButtonHTMLAttributes<HTMLButtonElement> & React.RefAttributes<HTMLButtonElement>>;
|
4
web/node_modules/reactjs-popup/dist/stories/components/Center.d.ts
generated
vendored
Normal file
4
web/node_modules/reactjs-popup/dist/stories/components/Center.d.ts
generated
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
import { ReactNode } from 'react';
|
||||
export declare const Center: ({ children }: {
|
||||
children: ReactNode;
|
||||
}) => JSX.Element;
|
8
web/node_modules/reactjs-popup/dist/stories/components/Content.d.ts
generated
vendored
Normal file
8
web/node_modules/reactjs-popup/dist/stories/components/Content.d.ts
generated
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
import { ReactNode } from 'react';
|
||||
declare type Props = {
|
||||
children: ReactNode;
|
||||
close?: () => void;
|
||||
title?: string;
|
||||
};
|
||||
export declare const Content: ({ children, close, title, }: Props) => JSX.Element;
|
||||
export {};
|
4
web/node_modules/reactjs-popup/dist/stories/components/index.d.ts
generated
vendored
Normal file
4
web/node_modules/reactjs-popup/dist/stories/components/index.d.ts
generated
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
import './index.css';
|
||||
export * from './Button';
|
||||
export * from './Content';
|
||||
export * from './Center';
|
Loading…
Add table
Add a link
Reference in a new issue