-
This commit is contained in:
5
web-components/dist/types/index.d.ts
vendored
5
web-components/dist/types/index.d.ts
vendored
@ -77,3 +77,8 @@ export interface FormField {
|
||||
validation?: ValidationRule;
|
||||
defaultValue?: any;
|
||||
}
|
||||
export type { StatusVariant, StatusBadgeProps } from '../components/StatusBadge/StatusBadge';
|
||||
export type { EmptyStateVariant, EmptyStateContext, EmptyStateProps, EmptyStateAction } from '../components/EmptyState/EmptyState';
|
||||
export type { SidebarProps, FormSidebarWrapperProps, DetailsSidebarProps, QuickSidebarProps } from '../components/Sidebar/Sidebar';
|
||||
export type { ActionMenuItem, ActionMenuProps } from '../components/ActionMenu/ActionMenu';
|
||||
export type { LoadingVariant, LoadingSize, LoadingStateProps } from '../components/LoadingState/LoadingState';
|
||||
|
||||
Reference in New Issue
Block a user