@paubox/ui
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -7,10 +7,3 @@ export interface AlertBarProps { | ||
} | ||
export declare const AlertBar: { | ||
(props: AlertBarProps): import("@emotion/react/jsx-runtime").JSX.Element; | ||
defaultProps: { | ||
type: string; | ||
text: string; | ||
size: string; | ||
}; | ||
}; | ||
export declare const AlertBar: (props: AlertBarProps) => import("@emotion/react/jsx-runtime").JSX.Element; | ||
export default AlertBar; |
@@ -10,11 +10,3 @@ export interface DropdownProps { | ||
} | ||
export declare const Dropdown: { | ||
({ children, open, setOpen, ...rest }: DropdownProps): import("@emotion/react/jsx-runtime").JSX.Element; | ||
defaultProps: { | ||
right: number; | ||
left: number; | ||
top: number; | ||
bottom: number; | ||
}; | ||
}; | ||
export declare const Dropdown: ({ children, open, setOpen, right, left, top, bottom, ...rest }: DropdownProps) => import("@emotion/react/jsx-runtime").JSX.Element; | ||
export default Dropdown; |
@@ -7,10 +7,3 @@ export interface DropdownOptionProps { | ||
} | ||
declare const DropdownOption: { | ||
({ label, href, onClick, icon, }: DropdownOptionProps): import("@emotion/react/jsx-runtime").JSX.Element; | ||
defaultProps: { | ||
href: undefined; | ||
onClick: undefined; | ||
icon: undefined; | ||
}; | ||
}; | ||
declare const DropdownOption: ({ label, href, onClick, icon, }: DropdownOptionProps) => import("@emotion/react/jsx-runtime").JSX.Element; | ||
export default DropdownOption; |
@@ -7,11 +7,3 @@ export interface InputProps extends React.InputHTMLAttributes<HTMLInputElement> { | ||
} | ||
export declare const Input: { | ||
({ leftIcon: LeftIcon, rightIcon: RightIcon, ...props }: InputProps): import("@emotion/react/jsx-runtime").JSX.Element; | ||
defaultProps: { | ||
sz: string; | ||
error: boolean; | ||
leftIcon: undefined; | ||
rightIcon: undefined; | ||
}; | ||
}; | ||
export declare const Input: ({ leftIcon: LeftIcon, rightIcon: RightIcon, sz, error, ...props }: InputProps) => import("@emotion/react/jsx-runtime").JSX.Element; | ||
export default Input; |
@@ -16,9 +16,3 @@ export interface MultiSelectOption { | ||
}, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>; | ||
export declare const MultiSelect: { | ||
(props: MultiSelectProps): import("@emotion/react/jsx-runtime").JSX.Element; | ||
defaultProps: { | ||
sz: string; | ||
error: boolean; | ||
}; | ||
}; | ||
export declare const MultiSelect: ({ sz, error, ...props }: MultiSelectProps) => import("@emotion/react/jsx-runtime").JSX.Element; | ||
export default MultiSelect; |
@@ -8,8 +8,3 @@ export interface SearchProps extends React.InputHTMLAttributes<HTMLInputElement> { | ||
export declare const loadingWheelStyle: import('@emotion/react').SerializedStyles; | ||
export declare const Search: { | ||
(props: SearchProps): import("@emotion/react/jsx-runtime").JSX.Element; | ||
defaultProps: { | ||
sz: string; | ||
}; | ||
}; | ||
export declare const Search: ({ loading, setLoading, setSearchValue, sz, ...props }: SearchProps) => import("@emotion/react/jsx-runtime").JSX.Element; | ||
export default Search; |
@@ -5,3 +5,3 @@ { | ||
"description": "Paubox Component Library", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"main": "./index.js", | ||
@@ -8,0 +8,0 @@ "types": "./index.d.ts", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
37
31
146084
3035