main
Last change
on this file was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 4 days ago |
F4 Finalna Verzija
|
-
Property mode
set to
100644
|
File size:
435 bytes
|
Line | |
---|
1 | import type { Modifier, Padding, Rect } from "../types";
|
---|
2 | import type { Placement } from "../enums";
|
---|
3 | export declare type Options = {
|
---|
4 | element: HTMLElement | string | null;
|
---|
5 | padding: Padding | ((arg0: {
|
---|
6 | popper: Rect;
|
---|
7 | reference: Rect;
|
---|
8 | placement: Placement;
|
---|
9 | }) => Padding);
|
---|
10 | };
|
---|
11 | export declare type ArrowModifier = Modifier<"arrow", Options>;
|
---|
12 | declare const _default: ArrowModifier;
|
---|
13 | export default _default;
|
---|
Note:
See
TracBrowser
for help on using the repository browser.