10 lines
368 B
TypeScript
10 lines
368 B
TypeScript
import type { MenuActionProps, MenuProps } from './types';
|
|
/**
|
|
* This component renders a context menu action for a link.
|
|
* It should only be used as a child of `Link.Menu` or `LinkMenu`.
|
|
*
|
|
* @platform ios
|
|
*/
|
|
export declare function MenuAction(props: MenuActionProps): null;
|
|
export declare function Menu(props: MenuProps): null;
|
|
//# sourceMappingURL=menu.d.ts.map
|