12 lines
227 B
TypeScript
12 lines
227 B
TypeScript
import "./token.js";
|
|
import "vue";
|
|
|
|
//#region ../../packages/components/select-v2/src/useProps.d.ts
|
|
interface Props {
|
|
label?: string;
|
|
value?: string;
|
|
disabled?: string;
|
|
options?: string;
|
|
}
|
|
//#endregion
|
|
export { Props }; |