6 lines
156 B
TypeScript
6 lines
156 B
TypeScript
declare module '@komi-app/creator-ui' {
|
|
export const setupLink: any;
|
|
export const ToastContextProvider: any;
|
|
export type LinkProps = any;
|
|
}
|
|
|