Major Bugfix. Fix server component client compatibility
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
type Params = {
|
||||
txt_code: string;
|
||||
};
|
||||
export default function stripServerSideLogic({ txt_code }: Params): string;
|
||||
export {};
|
||||
Reference in New Issue
Block a user