SYMBOL INDEX (276 symbols across 76 files) FILE: scripts/generateFileList.ts function walkDir (line 9) | async function walkDir(dir: string): Promise { function generateFileList (line 26) | async function generateFileList() { FILE: src/lib/accordion/type.ts type AccordionCtxType (line 5) | interface AccordionCtxType { type AccordionProps (line 15) | interface AccordionProps extends HTMLAttributes { type AccordionItemProps (line 27) | interface AccordionItemProps extends HTMLAttributes { FILE: src/lib/alert/type.ts type alertColor (line 5) | type alertColor = type AlertProps (line 27) | interface AlertProps extends HTMLAttributes { FILE: src/lib/avatar/type.ts type AvatarProps (line 4) | interface AvatarProps extends HTMLAttributes { FILE: src/lib/badge/type.ts type BadgeColorType (line 5) | type BadgeColorType = type BadgeProps (line 27) | interface BadgeProps extends HTMLAttributes { FILE: src/lib/banner/type.ts type ColorVariants (line 5) | type ColorVariants = type TypeVariants (line 26) | type TypeVariants = 'default' | 'bottom' | 'cta' | 'signup' | 'info'; type PositionVariants (line 27) | type PositionVariants = 'static' | 'fixed' | 'absolute' | 'relative' | '... type BannerProps (line 29) | interface BannerProps extends HTMLAttributes { FILE: src/lib/bottom-navigation/type.ts type BottomNavVariantType (line 4) | type BottomNavVariantType = type PositionType (line 14) | type PositionType = 'static' | 'fixed' | 'absolute' | 'relative' | 'stic... type BottomNavContextType (line 15) | type BottomNavContextType = { type AppBtnPositionType (line 19) | type AppBtnPositionType = 'middle' | 'left' | 'right' | undefined; type BottomNavProps (line 20) | interface BottomNavProps extends HTMLAttributes { type BaseBottomNavItemProps (line 31) | interface BaseBottomNavItemProps { type BottomNavItemProps (line 40) | type BottomNavItemProps = BaseBottomNavItemProps & type BottomNavHeaderProps (line 43) | interface BottomNavHeaderProps { type BottomNavHeaderItemProps (line 49) | interface BottomNavHeaderItemProps extends HTMLButtonAttributes { FILE: src/lib/breadcrumb/type.ts type BreadcrumbProps (line 5) | interface BreadcrumbProps extends HTMLAttributes { type BreadcrumbItemProps (line 14) | interface BreadcrumbItemProps extends HTMLLiAttributes { FILE: src/lib/buttongroup/type.ts type ButtonGroupProps (line 3) | interface ButtonGroupProps { type SizeType (line 9) | type SizeType = 'sm' | 'md' | 'lg' | undefined; FILE: src/lib/buttons/type.ts type ButtonColorType (line 4) | type ButtonColorType = type ButtonSizeType (line 28) | type ButtonSizeType = 'sm' | 'md' | 'lg' | 'xl' | 'xs' | undefined; type HTMLAttributesWithoutAbort (line 30) | type HTMLAttributesWithoutAbort = Omit & type ButtonProps (line 33) | interface ButtonProps extends HTMLAttributesWithoutAbort { type GradientButtonColorType (line 47) | type GradientButtonColorType = type GradientButtonProps (line 65) | interface GradientButtonProps extends HTMLAttributesWithoutAbort { FILE: src/lib/cards/type.ts type CardSizeType (line 5) | type CardSizeType = 'sm' | 'md' | 'lg' | 'xl' | 'xs' | undefined; type PaddingType (line 6) | type PaddingType = 'sm' | 'lg' | 'md' | 'xl' | 'xs' | 'none' | undefined; type ShadowType (line 7) | type ShadowType = 'sm' | 'normal' | 'lg' | 'md' | 'xl' | '2xl' | 'inner'... type ColorType (line 8) | type ColorType = type ImgType (line 31) | type ImgType = { type BaseCardProps (line 36) | interface BaseCardProps { type CardProps (line 51) | type CardProps = BaseCardProps & FILE: src/lib/chart/type.ts type ChartProps (line 3) | interface ChartProps { FILE: src/lib/darkmode/type.ts type DarkmodeProps (line 4) | interface DarkmodeProps extends HTMLButtonAttributes { FILE: src/lib/device-mockups/type.ts type DeviceMockupProps (line 5) | interface DeviceMockupProps { type MockupBaseProps (line 10) | interface MockupBaseProps extends HTMLAttributes { type AndroidProps (line 18) | interface AndroidProps { type DefaultMockupProps (line 29) | interface DefaultMockupProps { type IosProps (line 39) | interface IosProps { type SmartwatchProps (line 49) | interface SmartwatchProps { type TabletProps (line 59) | interface TabletProps { FILE: src/lib/drawer/type.ts type WidthType (line 5) | type WidthType = 'default' | 'full' | 'half' | undefined; type PlacementType (line 6) | type PlacementType = 'left' | 'right' | 'top' | 'bottom' | undefined; type PosisionType (line 7) | type PosisionType = 'fixed' | 'absolute' | undefined; type DrawerProps (line 9) | interface DrawerProps extends HTMLAttributes { type DrawerheadProps (line 24) | interface DrawerheadProps extends HTMLButtonAttributes { FILE: src/lib/dropdown/type.ts type DropdownProps (line 5) | interface DropdownProps extends HTMLAttributes { type DropdownDividerProps (line 20) | interface DropdownDividerProps extends HTMLAttributes { type DropdownHeaderProps (line 24) | interface DropdownHeaderProps extends HTMLAttributes { type DropdownFooterProps (line 29) | interface DropdownFooterProps extends HTMLAttributes { type DropdownLiProps (line 34) | interface DropdownLiProps extends HTMLAnchorAttributes { type DropdownUlProps (line 42) | interface DropdownUlProps extends HTMLAttributes { FILE: src/lib/footer/type.ts type FooterType (line 4) | type FooterType = 'default' | 'sticky' | 'sitemap' | 'socialmedia' | 'lo... type FooterProps (line 5) | interface FooterProps extends HTMLAttributes { type FooterBrandProps (line 11) | interface FooterBrandProps extends HTMLAnchorAttributes { type FooterCopyrightProps (line 22) | interface FooterCopyrightProps extends HTMLAnchorAttributes { type FooterIconProps (line 31) | interface FooterIconProps extends HTMLAnchorAttributes { type FooterUlProps (line 38) | interface FooterUlProps extends HTMLAttributes { type FooterLiProps (line 43) | interface FooterLiProps extends HTMLAnchorAttributes { FILE: src/lib/forms/checkbox-button/type.ts type CheckboxButtonProps (line 4) | interface CheckboxButtonProps { FILE: src/lib/forms/checkbox/type.ts type CheckboxItem (line 4) | type CheckboxItem = { type ColorType (line 10) | type ColorType = type CheckboxProps (line 33) | interface CheckboxProps extends HTMLInputAttributes { FILE: src/lib/forms/dropzone/type.ts type DropzoneProps (line 4) | interface DropzoneProps extends HTMLInputAttributes { FILE: src/lib/forms/fileupload/type.ts type FileuploadProps (line 4) | interface FileuploadProps extends Omit { FILE: src/lib/forms/floating-label-input/type.ts type FloatingLabelInputProps (line 5) | interface FloatingLabelInputProps extends Omit { FILE: src/lib/forms/input-addon/type.ts type InputAddonProps (line 3) | interface InputAddonProps extends HTMLAttributes { FILE: src/lib/forms/input/index.ts function clampSize (line 6) | function clampSize(s: SizeType) { FILE: src/lib/forms/input/type.ts type InputValue (line 5) | type InputValue = string | number | string[] | undefined; type InputProps (line 6) | interface InputProps FILE: src/lib/forms/label/type.ts type LabelProps (line 5) | interface LabelProps extends HTMLLabelAttributes { FILE: src/lib/forms/radio-button/type.ts type RadioButtonProps (line 5) | interface RadioButtonProps extends HTMLInputAttributes { FILE: src/lib/forms/radio/type.ts type RadioColorType (line 4) | type RadioColorType = type RadioProps (line 27) | interface RadioProps extends HTMLInputAttributes { FILE: src/lib/forms/range/type.ts type RangeColorType (line 3) | type RangeColorType = type AppearanceType (line 14) | type AppearanceType = 'auto' | 'none' | undefined; type RangeType (line 15) | type RangeType = 'sm' | 'md' | 'lg'; type RangeProps (line 17) | interface RangeProps extends HTMLInputAttributes { FILE: src/lib/forms/search/type.ts type SearchProps (line 4) | interface SearchProps extends Omit { FILE: src/lib/forms/select/type.ts type SelectSize (line 4) | type SelectSize = 'sm' | 'md' | 'lg'; type SelectOptionType (line 6) | type SelectOptionType = { type SelectProps (line 11) | interface SelectProps extends Omit { type MultiSelectProps (line 20) | interface MultiSelectProps extends HTMLAttributes { FILE: src/lib/forms/textarea/type.ts type TextareaProps (line 4) | interface TextareaProps extends HTMLTextareaAttributes { FILE: src/lib/forms/toggle/type.ts type SizeType (line 4) | type SizeType = 'default' | 'small' | 'large' | undefined; type ToggleColor (line 5) | type ToggleColor = type ToggleProps (line 28) | interface ToggleProps extends HTMLInputAttributes { FILE: src/lib/gallery/type.ts type ImgType (line 4) | type ImgType = { type GalleryProps (line 9) | interface GalleryProps { FILE: src/lib/indicator/type.ts type ColorType (line 4) | type ColorType = type SizeType (line 26) | type SizeType = 'md' | 'sm' | 'lg' | 'xl' | 'xs' | undefined; type PlacementType (line 27) | type PlacementType = type IndicatorProps (line 40) | interface IndicatorProps extends HTMLAttributes { FILE: src/lib/kbd/type.ts type KbdProps (line 4) | interface KbdProps extends HTMLAttributes { FILE: src/lib/list-group/type.ts type ListGroupItemType (line 6) | interface ListGroupItemType { type ListgroupProps (line 17) | interface ListgroupProps { type ListgroupItemProps (line 31) | interface ListgroupItemProps extends HTMLAnchorAttributes { FILE: src/lib/mega-menu/type.ts type MegaMenuProps (line 5) | interface MegaMenuProps extends Omit, 'ch... FILE: src/lib/modal/type.ts type WidthType (line 5) | type WidthType = 'md' | 'sm' | 'lg' | 'xl' | 'xs' | undefined; type PosisionType (line 6) | type PosisionType = type ModalProps (line 19) | interface ModalProps extends HTMLAttributes { FILE: src/lib/nav/type.ts type NavbarProps (line 5) | interface NavbarProps extends HTMLAttributes { type NavBrandProps (line 25) | interface NavBrandProps extends HTMLAnchorAttributes { type NavUlProps (line 33) | interface NavUlProps extends HTMLAttributes { type NavLiProps (line 39) | interface NavLiProps extends HTMLAnchorAttributes { type NavHamburgerProps (line 47) | interface NavHamburgerProps extends HTMLAttributes { FILE: src/lib/pagination/type.ts type PaginationItemType (line 4) | type PaginationItemType = { type PaginationItemSpecificProps (line 11) | interface PaginationItemSpecificProps { type HTMLAttributesWithoutAbort (line 20) | type HTMLAttributesWithoutAbort = Omit & type PaginationItemProps (line 23) | interface PaginationItemProps extends HTMLAttributesWithoutAbort { type PaginationProps (line 33) | interface PaginationProps extends HTMLLiAttributes { FILE: src/lib/popover/index.ts function calculateTooltipPosition (line 10) | function calculateTooltipPosition({ FILE: src/lib/popover/type.ts type PopoverColorType (line 5) | type PopoverColorType = type PopoverProps (line 28) | interface PopoverProps extends HTMLAttributes { type Position (line 55) | type Position = type TooltipPositionOptions (line 69) | interface TooltipPositionOptions { type PositionResult (line 77) | interface PositionResult { FILE: src/lib/progress/type.ts type ColorType (line 4) | type ColorType = type ProgressbarProps (line 26) | interface ProgressbarProps extends HTMLAttributes { FILE: src/lib/rating/type.ts type RatingItem (line 4) | type RatingItem = { label: string | null | undefined; rating: number }; type AdvancedRatingProps (line 6) | interface AdvancedRatingProps { type RatingProps (line 18) | interface RatingProps { type RatingCommentProps (line 30) | interface RatingCommentProps { type ReviewType (line 53) | type ReviewType = { type ReviewProps (line 66) | interface ReviewProps extends HTMLAttributes { type ScoreRatingProps (line 82) | interface ScoreRatingProps { type RatingIconProps (line 93) | interface RatingIconProps extends SVGAttributes { FILE: src/lib/sidebar/type.ts type SidebarCtxType (line 6) | type SidebarCtxType = { type BreakpointType (line 15) | type BreakpointType = 'sm' | 'md' | 'lg' | 'xl' | '2xl' | undefined; type PosisionType (line 16) | type PosisionType = 'fixed' | 'absolute' | 'static' | undefined; type SidebarProps (line 18) | interface SidebarProps extends HTMLAttributes { type SidebarButtonProps (line 38) | interface SidebarButtonProps extends HTMLButtonAttributes { type SidebarCtaProps (line 43) | interface SidebarCtaProps extends HTMLAttributes { type SiteType (line 52) | interface SiteType { type SidebarBrandProps (line 57) | interface SidebarBrandProps extends HTMLAnchorAttributes { type SidebarDropdownWrapperProps (line 65) | interface SidebarDropdownWrapperProps extends HTMLButtonAttributes { type SidebarGroupProps (line 83) | interface SidebarGroupProps extends HTMLAttributes { type SidebarItemProps (line 89) | interface SidebarItemProps extends HTMLAnchorAttributes { FILE: src/lib/skeleton/type.ts type CardSizeType (line 3) | type CardSizeType = 'sm' | 'md' | 'lg' | 'xl' | '2xl' | undefined; type CardPlaceholderProps (line 4) | interface CardPlaceholderProps extends HTMLAttributes { type SizeImageType (line 9) | type SizeImageType = 'sm' | 'md' | 'lg' | undefined; type RoundedType (line 10) | type RoundedType = 'sm' | 'md' | 'lg' | 'none' | 'full' | undefined; type ImagePlaceholderProps (line 12) | interface ImagePlaceholderProps extends HTMLAttributes { type SizeListType (line 18) | type SizeListType = 'sm' | 'md' | 'lg' | undefined; type RoundedListType (line 19) | type RoundedListType = 'sm' | 'md' | 'lg' | 'none' | 'full' | undefined; type ListPlaceholderProps (line 21) | interface ListPlaceholderProps extends HTMLAttributes { type SizeSkeletonType (line 28) | type SizeSkeletonType = 'sm' | 'md' | 'lg' | 'xl' | '2xl' | undefined; type SkeletonProps (line 30) | interface SkeletonProps extends HTMLAttributes { type SizeTextType (line 35) | type SizeTextType = 'sm' | 'md' | 'lg' | 'xl' | '2xl' | undefined; type TextPlaceholderProps (line 37) | interface TextPlaceholderProps extends HTMLAttributes { type SizeVideoType (line 42) | type SizeVideoType = 'sm' | 'md' | 'lg' | 'xl' | '2xl' | undefined; type VideoPlaceholderProps (line 44) | interface VideoPlaceholderProps extends HTMLAttributes { FILE: src/lib/spinner/type.ts type ColorType (line 3) | type ColorType = type SizeType (line 25) | type SizeType = '8' | '4' | '5' | '6' | '10' | '12' | '16' | undefined; type SpinnerProps (line 27) | interface SpinnerProps extends SVGAttributes { FILE: src/lib/table/type.ts type TableCtxType (line 9) | type TableCtxType = { type HeadItemType (line 17) | type HeadItemType = string | number | { type TableHeadProps (line 22) | interface TableHeadProps extends HTMLAttributes { type TableColrType (line 33) | type TableColrType = type TableItemType (line 56) | type TableItemType = Record; type TableProps (line 58) | interface TableProps extends HTMLTableAttributes { type TableBodyRowProps (line 72) | interface TableBodyRowProps extends HTMLAttributes { type TableBodyCellProps (line 80) | interface TableBodyCellProps extends HTMLTdAttributes { type CellValue (line 88) | type CellValue = string | number | boolean | null | undefined; type BodyRow (line 89) | type BodyRow = CellValue[] | Record; type TableBodyProps (line 90) | interface TableBodyProps extends HTMLAttributes { type TableHeadCellProps (line 96) | interface TableHeadCellProps extends HTMLThAttributes { type TableSearchType (line 101) | type TableSearchType = { type TableSearchProps (line 106) | interface TableSearchProps extends HTMLTableAttributes { FILE: src/lib/tabs/type.ts type TabsProps (line 5) | interface TabsProps extends HTMLAttributes { type TabitemProps (line 14) | interface TabitemProps extends HTMLLiAttributes { type TabCtxType (line 26) | interface TabCtxType { FILE: src/lib/timeline/type.ts type ActivityType (line 4) | interface ActivityType { type GroupTimelineType (line 12) | interface GroupTimelineType { type ActivityProps (line 21) | interface ActivityProps extends HTMLOlAttributes { type ActivityItemProps (line 26) | interface ActivityItemProps extends HTMLLiAttributes { type GroupProps (line 38) | interface GroupProps extends HTMLOlAttributes { type GroupItemProps (line 46) | interface GroupItemProps extends HTMLLiAttributes { type DateFormat (line 55) | type DateFormat = 'year' | 'month-year' | 'full-date'; type TimelineProps (line 57) | interface TimelineProps extends HTMLOlAttributes { type TimelineItemProps (line 63) | interface TimelineItemProps extends HTMLLiAttributes { FILE: src/lib/toast/type.ts type ColorType (line 5) | type ColorType = type PositionType (line 26) | type PositionType = 'top-left' | 'top-right' | 'bottom-left' | 'bottom-r... type ToastProps (line 28) | interface ToastProps extends HTMLAttributes { FILE: src/lib/toolbar/type.ts type ToolbarColor (line 4) | type ToolbarColor = 'primary' | 'secondary' | 'default' | undefined; type ToolbarProps (line 6) | interface ToolbarProps extends HTMLAttributes { type SpacingType (line 14) | type SpacingType = 'default' | 'tight' | 'loose' | undefined; type PaddingType (line 15) | type PaddingType = 'default' | 'none' | undefined; type PositionType (line 16) | type PositionType = 'first' | 'last' | 'middle' | undefined; type ToolbarGroupProps (line 18) | interface ToolbarGroupProps extends HTMLAttributes { type ToolbarButtonType (line 26) | type ToolbarButtonType = type ToolbarButtonProps (line 40) | interface ToolbarButtonProps { FILE: src/lib/tooltip/type.ts type TooltipColorType (line 5) | type TooltipColorType = type TooltipProps (line 29) | interface TooltipProps extends HTMLAttributes { FILE: src/lib/types.ts type ColorName (line 11) | type ColorName = type CloseButtonColorType (line 39) | type CloseButtonColorType = type IndicatorPlacementType (line 53) | type IndicatorPlacementType = type drawerTransitionParamTypes (line 65) | interface drawerTransitionParamTypes { type FormSizeType (line 75) | type FormSizeType = 'sm' | 'md' | 'lg'; type navbarType (line 106) | type navbarType = { type ColorVariant (line 114) | type ColorVariant = type DeviceVariantType (line 128) | type DeviceVariantType = type SizeType (line 147) | type SizeType = typeof xs | typeof sm | typeof md | typeof lg | typeof xl; type TransitionTypes (line 149) | type TransitionTypes = type TransitionParamTypes (line 163) | interface TransitionParamTypes { type ParamsType (line 171) | type ParamsType = FadeParams | BlurParams | FlyParams | SlideParams | Sc... type TransitionFunc (line 173) | type TransitionFunc = (node: HTMLElement, params: ParamsType) => Transit... type ModalPlacementType (line 175) | type ModalPlacementType = type LinkType (line 187) | interface LinkType { FILE: src/lib/typography/anchor/type.ts type AnchorColorType (line 4) | type AnchorColorType = type AnchorProps (line 27) | interface AnchorProps extends HTMLAnchorAttributes { FILE: src/lib/typography/blockquote/type.ts type SizeType (line 4) | type SizeType = type AlignmentType (line 19) | type AlignmentType = 'left' | 'center' | 'right' | undefined; type BlockquoteProps (line 21) | interface BlockquoteProps extends HTMLBlockquoteAttributes { FILE: src/lib/typography/descriptionlist/type.ts type DescriptionListProps (line 4) | interface DescriptionListProps extends HTMLAttributes { FILE: src/lib/typography/heading/type.ts type TagType (line 4) | type TagType = 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | undefined; type HeadingProps (line 6) | interface HeadingProps extends HTMLAttributes { FILE: src/lib/typography/hr/type.ts type HrProps (line 4) | interface HrProps extends HTMLAttributes { FILE: src/lib/typography/img/type.ts type SizeType (line 4) | type SizeType = 'sm' | 'md' | 'lg' | 'xl' | '2xl' | 'none' | 'xs' | 'ful... type AlignmentType (line 5) | type AlignmentType = 'left' | 'center' | 'right' | undefined; type EffectType (line 6) | type EffectType = type ShadowType (line 15) | type ShadowType = 'sm' | 'md' | 'lg' | 'xl' | '2xl' | 'none' | 'regular'... type RoundedType (line 16) | type RoundedType = type EnhancedImgAttributes (line 28) | type EnhancedImgAttributes = Omit & { src: str... type ImgProps (line 30) | interface ImgProps extends HTMLImgAttributes { type EnhandedImgProps (line 44) | interface EnhandedImgProps extends EnhancedImgAttributes { FILE: src/lib/typography/layout/type.ts type LayoutProps (line 4) | interface LayoutProps extends HTMLAttributes { FILE: src/lib/typography/list/type.ts type TagType (line 4) | type TagType = 'ul' | 'dl' | 'ol' | undefined; type PositionType (line 5) | type PositionType = 'inside' | 'outside' | undefined; type ListProps (line 7) | interface ListProps { type LiProps (line 16) | interface LiProps extends HTMLLiAttributes { FILE: src/lib/typography/mark/type.ts type MarkProps (line 4) | interface MarkProps extends HTMLAttributes { FILE: src/lib/typography/paragraph/type.ts type PsizeType (line 4) | type PsizeType = type PweightType (line 19) | type PweightType = type SpaceType (line 30) | type SpaceType = 'normal' | 'tighter' | 'tight' | 'wide' | 'wider' | 'wi... type HeightType (line 31) | type HeightType = type AlignType (line 47) | type AlignType = 'left' | 'center' | 'right' | undefined; type WhitespaceType (line 48) | type WhitespaceType = 'normal' | 'nowrap' | 'pre' | 'preline' | 'prewrap... type ParagraphProps (line 50) | interface ParagraphProps extends HTMLAttributes { FILE: src/lib/typography/secondary/type.ts type SecondaryProps (line 4) | interface SecondaryProps extends HTMLAttributes { FILE: src/lib/typography/span/type.ts type DecorationType (line 4) | type DecorationType = 'none' | 'solid' | 'double' | 'dotted' | 'dashed' ... type GradientType (line 5) | type GradientType = type HighlightType (line 20) | type HighlightType = type DecorationColorType (line 36) | type DecorationColorType = type DecorationThicknessType (line 58) | type DecorationThicknessType = '1' | '2' | '4' | '8' | '0' | undefined; type SpanProps (line 60) | interface SpanProps extends HTMLAttributes { FILE: src/lib/uiHelpers.svelte.ts function uiHelpers (line 1) | function uiHelpers() { function clickOutside (line 33) | function clickOutside(element: HTMLElement, callbackFunction?: () => voi... function idGenerator (line 63) | function idGenerator() { FILE: src/lib/utils/focusTrap.ts method destroy (line 39) | destroy() { FILE: src/lib/utils/index.ts function cn (line 4) | function cn(...inputs: ClassValue[]) { type ColorType (line 83) | type ColorType = type SizeType (line 105) | type SizeType = 'md' | 'xs' | 'sm' | 'lg' | undefined; type CloseButtonProps (line 107) | interface CloseButtonProps { FILE: src/lib/video/type.ts type VideoProps (line 4) | interface VideoProps extends HTMLVideoAttributes { FILE: src/routes/sitemap.xml/+server.ts type Page (line 1) | interface Page { function GET (line 229) | async function GET() { FILE: src/routes/utils/anchor/index.ts type AnchorProps (line 6) | interface AnchorProps extends HTMLAttributes { FILE: src/routes/utils/helpers.ts function removeHyphensAndCapitalize (line 1) | function removeHyphensAndCapitalize(str: string) { function toKebabCase (line 14) | function toKebabCase(inputString: string) { function splitAndCapitalize (line 18) | function splitAndCapitalize(text: string) { function copyToClipboard (line 39) | function copyToClipboard(text: string): Promise { function toUpperSnakeCase (line 51) | function toUpperSnakeCase(text: string): string { function getFilteredFileNames (line 91) | function getFilteredFileNames(dirName: string): string[] { function replaceLibImport (line 108) | function replaceLibImport(componentString: string): string { function getExampleFileName (line 114) | function getExampleFileName( FILE: src/routes/utils/highlight/languages/index.d.ts type LanguageType (line 3) | interface LanguageType {