chore: remove generated type files from git
This commit is contained in:
parent
12c2833c6c
commit
24b272ecf2
2 changed files with 0 additions and 10 deletions
8
packages-node/publish-docs/index.d.ts
vendored
8
packages-node/publish-docs/index.d.ts
vendored
|
|
@ -1,8 +0,0 @@
|
||||||
export { PublishDocs } from "./src/PublishDocs.js";
|
|
||||||
export type PublishDocsOptions = {
|
|
||||||
projectDir: string;
|
|
||||||
gitHubUrl: string;
|
|
||||||
gitRootDir: string;
|
|
||||||
copyDir: string;
|
|
||||||
copyTarget: string;
|
|
||||||
};
|
|
||||||
2
packages/calendar/index.d.ts
vendored
2
packages/calendar/index.d.ts
vendored
|
|
@ -1,2 +0,0 @@
|
||||||
export { isSameDate } from "./src/utils/isSameDate.js";
|
|
||||||
export { LionCalendar } from "./src/LionCalendar.js";
|
|
||||||
Loading…
Reference in a new issue