mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-04 10:19:24 +02:00
This commit is contained in:
parent
47f2df41f5
commit
24c0191104
2754 changed files with 152589 additions and 1339109 deletions
9
node_modules/intro.js/src/packages/hint/components/HintIcon.d.ts
generated
vendored
Normal file
9
node_modules/intro.js/src/packages/hint/components/HintIcon.d.ts
generated
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
import { State } from "../../dom";
|
||||
import { HintItem } from "../hintItem";
|
||||
export type HintProps = {
|
||||
index: number;
|
||||
hintItem: HintItem;
|
||||
refreshesSignal: State<number>;
|
||||
onClick: (e: any) => void;
|
||||
};
|
||||
export declare const HintIcon: ({ index, hintItem, onClick, refreshesSignal, }: HintProps) => HTMLAnchorElement;
|
Loading…
Add table
Add a link
Reference in a new issue