7 lines
261 B
TypeScript
7 lines
261 B
TypeScript
import React from 'react';
|
|
export declare const CaretRight: () => import("react/jsx-runtime").JSX.Element;
|
|
export declare const CaretDown: () => import("react/jsx-runtime").JSX.Element;
|
|
export declare const AngleDown: React.FC<{
|
|
readonly down: boolean;
|
|
}>;
|