forked from twbs/bootstrap
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: example extra_js integrity * feat: auto import type definitions * fix: cheatsheet-rtl syntax issues * feat: versioned docs paths validation
- Loading branch information
1 parent
900315c
commit d3e6e81
Showing
7 changed files
with
108 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
/** | ||
* DO NOT EDIT THIS FILE MANUALLY. | ||
* | ||
* This file is automatically generated by the Boostrap Astro Integration. | ||
* It contains the type definitions for the components that are auto imported in all pages. | ||
* @see site/src/libs/astro.ts | ||
*/ | ||
export declare global { | ||
export const AddedIn: typeof import('@shortcodes/AddedIn.astro').default | ||
export const BsTable: typeof import('@shortcodes/BsTable.astro').default | ||
export const Callout: typeof import('@shortcodes/Callout.astro').default | ||
export const CalloutDeprecatedDarkVariants: typeof import('@shortcodes/CalloutDeprecatedDarkVariants.astro').default | ||
export const Code: typeof import('@shortcodes/Code.astro').default | ||
export const DeprecatedIn: typeof import('@shortcodes/DeprecatedIn.astro').default | ||
export const Example: typeof import('@shortcodes/Example.astro').default | ||
export const JsDismiss: typeof import('@shortcodes/JsDismiss.astro').default | ||
export const Placeholder: typeof import('@shortcodes/Placeholder.astro').default | ||
export const ScssDocs: typeof import('@shortcodes/ScssDocs.astro').default | ||
export const Table: typeof import('@shortcodes/Table.astro').default | ||
} |