Repository URL to install this package:
|
Version:
0.0.15 ▾
|
export * from '@skava/ui-presets/dist/presets/AnimatedExpandableCard/typings';
export * from '@skava/ui/dist/components/molecules/SelectDropDown/typings';
export { TextBoxState } from '@skava/ui/dist/inputs/TextBox/typings';
export { ShareListProps } from '@skava/ui-presets/dist/presets/ShoppingList/ShareList/typings';
export { CommonState } from '@skava/ui/dist/state/typings';
export { FormState } from '@skava/ui/dist/forms/form/FormState';
export { ButtonProps } from '@skava/ui/dist/components/atoms/Button/typings';
export { FooterPoweredByData } from '@skava/ui/dist/components/organisms/Footer/typings';
export { LogoIconProps } from '@skava/ui/dist/components/atoms/Icons/LogoIcon/typings';
export { CopyrightProps } from '@skava/ui/dist/components/features/Copyright/typings';
export { MultipleListProps } from '@skava/ui-presets/dist/presets/MultipleLinkList/typings';
export { SocialIconDataType } from '@skava/ui/dist/components/molecules/SocialIconList/typings';
export { IncrementerProps, DefaultIncrementerState, } from '@skava/forms/src/components/Incrementer/typings';
export { SeparatorProps } from '@skava/ui/dist/components/atoms/Separator';
export { OnClickOutside } from '@skava/ui/dist/components/features/ClickBoundary/typings';
export * from '@skava/ui/dist/components/atoms/Image/typings';
import * as React from 'react';
export interface TruncateProps {
children: React.ReactNode;
className?: string;
lines?: number;
trimWhitespace?: boolean;
}