@datawire-ai/busyfile-design-library 1.29.2 → 1.29.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +286 -284
- package/dist/index.umd.cjs +8 -8
- package/dist/types/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -154,6 +154,8 @@ export declare interface DividerProps extends React_2.ComponentProps<typeof Sepa
|
|
|
154
154
|
size?: 1 | 2 | 3 | 4;
|
|
155
155
|
}
|
|
156
156
|
|
|
157
|
+
export declare const EmailInput: (props: InputWithLabelProps) => JSX.Element;
|
|
158
|
+
|
|
157
159
|
declare interface InitialsAvatarProps extends BaseAvatarProps {
|
|
158
160
|
type: 'initials';
|
|
159
161
|
initials: string;
|