feat: init
This commit is contained in:
10
apps/web/ce/components/pages/extra-actions.tsx
Normal file
10
apps/web/ce/components/pages/extra-actions.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
// store
|
||||
import type { EPageStoreType } from "@/plane-web/hooks/store";
|
||||
import type { TPageInstance } from "@/store/pages/base-page";
|
||||
|
||||
export type TPageHeaderExtraActionsProps = {
|
||||
page: TPageInstance;
|
||||
storeType: EPageStoreType;
|
||||
};
|
||||
|
||||
export const PageDetailsHeaderExtraActions: React.FC<TPageHeaderExtraActionsProps> = () => null;
|
||||
Reference in New Issue
Block a user