File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
docs/src/lib/content/api-reference Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,10 @@ import {
1212 OpenChildSnippetProps ,
1313 OpenChildrenSnippetProps ,
1414} from "./extended-types/shared/index.js" ;
15- import { FloatingContentChildSnippetProps } from "./extended-types/floating/index.js" ;
15+ import {
16+ FloatingContentChildSnippetProps ,
17+ FloatingSideProp ,
18+ } from "./extended-types/floating/index.js" ;
1619import {
1720 arrowProps ,
1821 childrenSnippet ,
@@ -220,6 +223,12 @@ export const arrow = createApiSchema<TooltipArrowPropsWithoutHTML>({
220223 name : "tooltip-arrow" ,
221224 description : "Present on the arrow element." ,
222225 } ) ,
226+ createDataAttrSchema ( {
227+ name : "side" ,
228+ description : "The side of the tooltip that the arrow is on." ,
229+ definition : FloatingSideProp ,
230+ isEnum : true ,
231+ } ) ,
223232 ] ,
224233} ) ;
225234
You can’t perform that action at this time.
0 commit comments