next-flow-interface 0.25.3 → 0.25.8
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/index.d.ts +6 -18
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -4514,24 +4514,6 @@ export declare interface RsdInputProps extends DivPropsSimple {
|
|
|
4514
4514
|
maxLength?: number;
|
|
4515
4515
|
}
|
|
4516
4516
|
|
|
4517
|
-
/**
|
|
4518
|
-
* @public
|
|
4519
|
-
*/
|
|
4520
|
-
export declare function RsdMentions(props: RsdMentionsProps): JSX.Element;
|
|
4521
|
-
|
|
4522
|
-
/**
|
|
4523
|
-
* @public
|
|
4524
|
-
*/
|
|
4525
|
-
export declare interface RsdMentionsProps extends DivPropsSimple {
|
|
4526
|
-
value: string;
|
|
4527
|
-
onChange: (value: string) => void;
|
|
4528
|
-
type?: "text" | "number" | "password";
|
|
4529
|
-
placeholder?: string;
|
|
4530
|
-
className?: string;
|
|
4531
|
-
theme?: string;
|
|
4532
|
-
rows?: number;
|
|
4533
|
-
}
|
|
4534
|
-
|
|
4535
4517
|
/**
|
|
4536
4518
|
* @public
|
|
4537
4519
|
*/
|
|
@@ -7244,8 +7226,14 @@ export declare interface ThemeProviderProps {
|
|
|
7244
7226
|
background?: Theme;
|
|
7245
7227
|
}
|
|
7246
7228
|
|
|
7229
|
+
/**
|
|
7230
|
+
* @public
|
|
7231
|
+
*/
|
|
7247
7232
|
export declare function ThemeRoot(props: ThemeRootProps): JSX.Element;
|
|
7248
7233
|
|
|
7234
|
+
/**
|
|
7235
|
+
* @public
|
|
7236
|
+
*/
|
|
7249
7237
|
export declare interface ThemeRootProps extends DivProps {
|
|
7250
7238
|
theme?: Theme.LIGHT | Theme.DARK;
|
|
7251
7239
|
themeColor?: ThemeColor;
|