@vicinae/api
    Preparing search index...

    Variable Action

    Action: FC<ActionProps> & {
        CopyToClipboard: FC<Action.CopyToClipboard.Props>;
        CreateQuicklink: FC<Action.CreateQuicklink.Props>;
        Open: FC<Action.Open.Props>;
        OpenInBrowser: FC<Action.OpenInBrowser.Props>;
        Paste: FC<Action.Paste.Props>;
        Push: FC<Action.Push.Props>;
        ShowInFinder: FC<Action.ShowInFinderProps.Props>;
        Style: { Destructive: "destructive"; Regular: "regular" };
        SubmitForm: FC<Action.SubmitForm.Props>;
    }